summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindow.h
diff options
context:
space:
mode:
authorruslantproductengine <ruslantproductengine@lindenlab.com>2015-03-30 20:11:27 +0300
committerruslantproductengine <ruslantproductengine@lindenlab.com>2015-03-30 20:11:27 +0300
commita6ff7db10171132ec2c8f6a3d3c133509bd760f1 (patch)
treec964f83574a054d6c8d618143c1a5d99e6a3797a /indra/llwindow/llwindow.h
parent802302a31c06f2ca98875d73ff424ae3d9df195f (diff)
MAINT-3585 FIXED (Crashes when attempting to upload image.)
Diffstat (limited to 'indra/llwindow/llwindow.h')
-rwxr-xr-xindra/llwindow/llwindow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llwindow/llwindow.h b/indra/llwindow/llwindow.h
index 0aa1fbe905..0a30f4c807 100755
--- a/indra/llwindow/llwindow.h
+++ b/indra/llwindow/llwindow.h
@@ -122,7 +122,6 @@ public:
virtual void gatherInput() = 0;
virtual void delayInputProcessing() = 0;
virtual void swapBuffers() = 0;
- virtual void restoreGLContext() = 0;
virtual void bringToFront() = 0;
virtual void focusClient() { }; // this may not have meaning or be required on other platforms, therefore, it's not abstract
virtual void setOldResize(bool oldresize) { };