summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindowmacosx.h
diff options
context:
space:
mode:
authorMonroe Linden <monroe@lindenlab.com>2009-12-03 17:01:58 -0800
committerMonroe Linden <monroe@lindenlab.com>2009-12-03 17:01:58 -0800
commitbfe66526c83d260d3e69971d30786d1e061c2c47 (patch)
tree00d603b56dd5152c622cf51286e153bcbf953051 /indra/llwindow/llwindowmacosx.h
parentff53d4ff9b497f4f0f30035d7e02e6df290db6a4 (diff)
Rewrote LLWindowMacOSX::handleDragNDrop() to use pasteboard manager instead of old, busted scrap manager to extract the data. Also fixed a mouse coordinate issue that caused drag tracking to be off.
Diffstat (limited to 'indra/llwindow/llwindowmacosx.h')
-rw-r--r--indra/llwindow/llwindowmacosx.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llwindow/llwindowmacosx.h b/indra/llwindow/llwindowmacosx.h
index 24e44417f5..23e33a6e07 100644
--- a/indra/llwindow/llwindowmacosx.h
+++ b/indra/llwindow/llwindowmacosx.h
@@ -209,9 +209,6 @@ protected:
LangCode mTSMLangCode;
LLPreeditor* mPreeditor;
- // Storage for drag data
- char mDragData[1024];
-
static BOOL sUseMultGL;
friend class LLWindowManager;