From f393842af1e9d54f234df779b632942c537c96dc Mon Sep 17 00:00:00 2001 From: Cinder <cinder@sdf.org> Date: Sun, 21 Dec 2014 11:45:44 -0700 Subject: [PATCH] Orphaned declarations --- indra/llwindow/llopenglview-objc.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/indra/llwindow/llopenglview-objc.h b/indra/llwindow/llopenglview-objc.h index d79688d323..d7d04ee49e 100644 --- a/indra/llwindow/llopenglview-objc.h +++ b/indra/llwindow/llopenglview-objc.h @@ -94,16 +94,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 -- GitLab