removed debug stereo control

This commit is contained in:
Zeno Rogue 2018-02-03 13:55:54 +01:00
parent c7f93c3054
commit 84b7f73920
1 changed files with 0 additions and 3 deletions

View File

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