Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2012-11-21 07:33:49 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-11-21 07:33:49 +0400
commit36d2d090f65785fb1e948aed72b14a888a8ef55f (patch)
tree9683947f7dc7451536aaa0077a12387f816e2922 /intern/ghost/intern/GHOST_SystemCocoa.h
parentf68b5505878d5ae63c83943ed29f04e89b64ea80 (diff)
Fix for #33250: animation player shortcut keys not working on OS X.
Diffstat (limited to 'intern/ghost/intern/GHOST_SystemCocoa.h')
-rw-r--r--intern/ghost/intern/GHOST_SystemCocoa.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/intern/ghost/intern/GHOST_SystemCocoa.h b/intern/ghost/intern/GHOST_SystemCocoa.h
index 08f982ffd3f..9162b7ce4e0 100644
--- a/intern/ghost/intern/GHOST_SystemCocoa.h
+++ b/intern/ghost/intern/GHOST_SystemCocoa.h
@@ -282,9 +282,6 @@ protected:
/** Raised window is not yet known by the window manager, so delay application become active event handling */
bool m_needDelayedApplicationBecomeActiveEventProcessing;
- /** Mouse buttons state */
- GHOST_TUns32 m_pressedMouseButtons;
-
/** State of the modifiers. */
GHOST_TUns32 m_modifierMask;