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:
authorBastien Montagne <montagne29@wanadoo.fr>2016-09-06 19:01:14 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-09-06 19:01:14 +0300
commitf298c9ea1a23c71cf82e1a21fdd8711b8a8bfd8c (patch)
treecc68d59475b39151cae4182b82b72b13191e69d5
parent87b3faf55708be229faf3a33b0c1db17bbe59da6 (diff)
Cleanup previous commit...
-rw-r--r--intern/ghost/intern/GHOST_SystemX11.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_SystemX11.cpp b/intern/ghost/intern/GHOST_SystemX11.cpp
index 18edefa4f02..87604bca45e 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);