diff --git a/src/source/gameplayMode.cpp b/src/source/gameplayMode.cpp index 543e15a..4cd6b71 100644 --- a/src/source/gameplayMode.cpp +++ b/src/source/gameplayMode.cpp @@ -401,11 +401,6 @@ void mainGameplayLoop(UTIME dt) } } - if ( k == KEY_PRTSCR ) - { - rm.screenshot(); - } - if ( k == KEY_F10 ) { autoplay = !autoplay;