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);