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@gmail.com>2015-10-04 19:00:20 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2015-10-10 15:00:02 +0300
commita8dd0af8cf793f991bcaa0c219c1a3b2dc10a910 (patch)
tree831c95d1896514f29d419b7e6d6321d5d8cb0469 /intern/ghost/intern/GHOST_SystemCocoa.h
parentf42ae6c569fd09a17f6554a2c72057239e5477ec (diff)
Fix T46341: OS X trackpad and magic mouse gestures not working with 10.11 SDK.
Differential Revision: https://developer.blender.org/D1539
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 3d6b40ee541..b49a7d8a0a3 100644
--- a/intern/ghost/intern/GHOST_SystemCocoa.h
+++ b/intern/ghost/intern/GHOST_SystemCocoa.h
@@ -297,9 +297,6 @@ protected:
*/
GHOST_TInt32 m_cursorDelta_x, m_cursorDelta_y;
- /** Multitouch trackpad availability */
- bool m_hasMultiTouchTrackpad;
-
};
#endif // __GHOST_SYSTEMCOCOA_H__