diff options
| author | Rye <rye@alchemyviewer.org> | 2025-08-18 21:26:20 -0400 |
|---|---|---|
| committer | Rye <rye@alchemyviewer.org> | 2025-08-19 08:58:49 -0400 |
| commit | 77514ebddd68ca47bc3751f0a6e55a83deec79a9 (patch) | |
| tree | 301d0e526615552bbcba4f309f20e159a8bfe9e5 /indra/llwindow/llopenglview-objc.h | |
| parent | 52cca995ccc30ac5aa989588a71c0a7f4a9804ae (diff) | |
Fix macOS deprecation warnings
Diffstat (limited to 'indra/llwindow/llopenglview-objc.h')
| -rw-r--r-- | indra/llwindow/llopenglview-objc.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/indra/llwindow/llopenglview-objc.h b/indra/llwindow/llopenglview-objc.h index 97f4125484..a528d7547f 100644 --- a/indra/llwindow/llopenglview-objc.h +++ b/indra/llwindow/llopenglview-objc.h @@ -88,9 +88,6 @@ @interface LLNSWindow : NSWindow -- (NSPoint)convertToScreenFromLocalPoint:(NSPoint)point relativeToView:(NSView *)view; -- (NSPoint)flipPoint:(NSPoint)aPoint; - @end @interface NSScreen (PointConversion) @@ -100,16 +97,6 @@ */ + (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 #endif |
