]> git.sesse.net Git - vlc/blobdiff - modules/video_output/caca.c
KEY_SPACE = 32, simplify several outputs and interfaces
[vlc] / modules / video_output / caca.c
index 965b14ef7c9f47325f8e2ab5039358a6a6488b5a..57f9b40eb722e323e60fc3f5cf9cba0690b652d5 100644 (file)
@@ -436,8 +436,6 @@ static const struct {
     { CACA_KEY_PAGEUP,  KEY_PAGEUP },
     { CACA_KEY_PAGEDOWN,KEY_PAGEDOWN },
 
-    { ' ',              KEY_SPACE },
-
     /* */
     { -1, -1 }
 };