Skip to content
Snippets Groups Projects
Commit f393842a authored by Cinder's avatar Cinder
Browse files

Orphaned declarations

parent 73709884
No related branches found
No related tags found
No related merge requests found
...@@ -94,16 +94,6 @@ ...@@ -94,16 +94,6 @@
*/ */
+ (NSScreen *)currentScreenForMouseLocation; + (NSScreen *)currentScreenForMouseLocation;
/*
Allows you to convert a point from global coordinates to the current screen coordinates.
*/
- (NSPoint)convertPointToScreenCoordinates:(NSPoint)aPoint;
/*
Allows to flip the point coordinates, so y is 0 at the top instead of the bottom. x remains the same
*/
- (NSPoint)flipPoint:(NSPoint)aPoint;
@end @end
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment