From 84b7f73920120f5775d9aa28a4973d27b97ec544 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 3 Feb 2018 13:55:54 +0100 Subject: [PATCH] removed debug stereo control --- control.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/control.cpp b/control.cpp index e5422884..944104af 100644 --- a/control.cpp +++ b/control.cpp @@ -430,9 +430,6 @@ void fix_mouseh() { void handlekey(int sym, int uni) { - if(uni == '=') { stereo::mode = stereo::eStereo((1 + stereo::mode) % 3); return; } - if(uni == '+') switchGL(); - if(callhandlers(false, hooks_handleKey, sym, uni)) return; keyhandler(sym, uni);