[Bf-blender-cvs] [f298c9e] master: Cleanup previous commit...

Bastien Montagne noreply at git.blender.org
Tue Sep 6 18:01:32 CEST 2016


Commit: f298c9ea1a23c71cf82e1a21fdd8711b8a8bfd8c
Author: Bastien Montagne
Date:   Tue Sep 6 18:01:14 2016 +0200
Branches: master
https://developer.blender.org/rBf298c9ea1a23c71cf82e1a21fdd8711b8a8bfd8c

Cleanup previous commit...

===================================================================

M	intern/ghost/intern/GHOST_SystemX11.cpp

===================================================================

diff --git a/intern/ghost/intern/GHOST_SystemX11.cpp b/intern/ghost/intern/GHOST_SystemX11.cpp
index 18edefa..87604bc 100644
--- a/intern/ghost/intern/GHOST_SystemX11.cpp
+++ b/intern/ghost/intern/GHOST_SystemX11.cpp
@@ -922,7 +922,6 @@ GHOST_SystemX11::processEvent(XEvent *xe)
 				case GHOST_kKey7:
 				case GHOST_kKey8:
 				case GHOST_kKey9:
-					printf("ModKey!\n");
 					break;
 				default:
 					gkey = convertXKey(key_sym_str);




More information about the Bf-blender-cvs mailing list