remove alt 4 hack

This commit is contained in:
Felix Angell 2018-05-09 12:01:48 +01:00
parent afe199492d
commit e73bc28a14

View File

@ -732,14 +732,6 @@ func (b *Buffer) processActionKey(key int) bool {
}
}
// temporary for the really slow
// exit times with alt f4...
if ALT_DOWN {
if key == sdl.K_F4 {
os.Exit(0)
}
}
switch key {
case sdl.K_CAPSLOCK:
CAPS_LOCK = !CAPS_LOCK