summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindowsdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llwindow/llwindowsdl.h')
-rw-r--r--indra/llwindow/llwindowsdl.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/indra/llwindow/llwindowsdl.h b/indra/llwindow/llwindowsdl.h
index 091b0de1e0..52afea71ae 100644
--- a/indra/llwindow/llwindowsdl.h
+++ b/indra/llwindow/llwindowsdl.h
@@ -123,7 +123,6 @@ public:
// Not great that these are public, but they have to be accessible
// by non-class code and it's better than making them global.
#if LL_X11
- // These are set up by the X11 clipboard initialization code
Window mSDL_XWindowID;
Display *mSDL_Display;
#endif
@@ -173,7 +172,6 @@ protected:
BOOL createContext(int x, int y, int width, int height, int bits, BOOL fullscreen, BOOL disable_vsync);
void destroyContext();
void setupFailure(const std::string& text, const std::string& caption, U32 type);
- void adjustCursorDecouple(bool warpingMouse = false);
void fixWindowSize(void);
U32 SDLCheckGrabbyKeys(SDLKey keysym, BOOL gain);
BOOL SDLReallyCaptureInput(BOOL capture);
@@ -186,10 +184,6 @@ protected:
SDL_Surface * mWindow;
std::string mWindowTitle;
double mOriginalAspectRatio;
- BOOL mCursorDecoupled;
- S32 mCursorLastEventDeltaX;
- S32 mCursorLastEventDeltaY;
- BOOL mCursorIgnoreNextDelta;
BOOL mNeedsResize; // Constructor figured out the window is too big, it needs a resize.
LLCoordScreen mNeedsResizeSize;
F32 mOverrideAspectRatio;
@@ -206,12 +200,6 @@ protected:
#if LL_X11
private:
- // more X11 clipboard stuff
- int init_x11clipboard(void);
- void quit_x11clipboard(void);
- int is_empty_x11clipboard(void);
- void put_x11clipboard(int type, int srclen, const char *src);
- void get_x11clipboard(int type, int *dstlen, char **dst);
void x11_set_urgent(BOOL urgent);
BOOL mFlashing;
LLTimer mFlashTimer;