summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindowmacosx.h
diff options
context:
space:
mode:
authorGeenz <geenz@geenzo.com>2013-07-11 19:37:08 -0400
committerGeenz <geenz@geenzo.com>2013-07-11 19:37:08 -0400
commitb2bec3f99c74d21bb1c2c68d73854f3990db26d5 (patch)
treee5e0c25e344267ead31d6f336d9999464944b671 /indra/llwindow/llwindowmacosx.h
parent72bb473c9ed106cce6baf22ac74a13443d4630e8 (diff)
STORM-1942: dock icon bouncing unimplemented
Diffstat (limited to 'indra/llwindow/llwindowmacosx.h')
-rwxr-xr-xindra/llwindow/llwindowmacosx.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llwindow/llwindowmacosx.h b/indra/llwindow/llwindowmacosx.h
index 82195c2700..6a6b39e674 100755
--- a/indra/llwindow/llwindowmacosx.h
+++ b/indra/llwindow/llwindowmacosx.h
@@ -164,7 +164,6 @@ protected:
void destroyContext();
void setupFailure(const std::string& text, const std::string& caption, U32 type);
void adjustCursorDecouple(bool warpingMouse = false);
- void stopDockTileBounce();
static MASK modifiersToMask(S16 modifiers);
#if LL_OS_DRAGDROP_ENABLED
@@ -206,10 +205,6 @@ protected:
BOOL mForceRebuild;
S32 mDragOverrideCursor;
-
- F32 mBounceTime;
- //NMRec mBounceRec;
- LLTimer mBounceTimer;
// Input method management through Text Service Manager.
BOOL mLanguageTextInputAllowed;