Cleanup: Duplicated function
wmOrtho2_region_pixelspace and wmOrtho2_region_ui were doing exact same thing since rBSa86482f81cf3.
This commit is contained in:
@@ -409,7 +409,6 @@ void wmOrtho (float x1, float x2, float y1, float y2, float n, float f);
|
||||
void wmOrtho2 (float x1, float x2, float y1, float y2);
|
||||
/* use for conventions (avoid hard-coded offsets all over) */
|
||||
void wmOrtho2_region_pixelspace(const struct ARegion *ar);
|
||||
void wmOrtho2_region_ui(const struct ARegion *ar);
|
||||
void wmOrtho2_pixelspace(const float x, const float y);
|
||||
|
||||
/* utilities */
|
||||
|
||||
Reference in New Issue
Block a user