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>2009-07-09 22:10:35 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-07-09 22:10:35 +0400
commita2a04bab8ae70b2f665eb308a62e15d31e88de87 (patch)
treee259b9bce69184328f2ed336b6f88296b56cc819 /intern/ghost/GHOST_IWindow.h
parent403dc0f25ad390cd4374f46797d52f9fa1a5b1e2 (diff)
2.5: fix for last commit, left in debug print.
Diffstat (limited to 'intern/ghost/GHOST_IWindow.h')
-rw-r--r--intern/ghost/GHOST_IWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/GHOST_IWindow.h b/intern/ghost/GHOST_IWindow.h
index a05e014dc4f..d91995e35ec 100644
--- a/intern/ghost/GHOST_IWindow.h
+++ b/intern/ghost/GHOST_IWindow.h
@@ -258,7 +258,7 @@ public:
* @param grab The new grab state of the cursor.
* @return Indication of success.
*/
- virtual GHOST_TSuccess setCursorGrab(bool grab) { printf("?! grab\n"); return GHOST_kSuccess; };
+ virtual GHOST_TSuccess setCursorGrab(bool grab) { return GHOST_kSuccess; };
};