summaryrefslogtreecommitdiff
path: root/graphics/GUIlib/patches/patch-keyboard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/GUIlib/patches/patch-keyboard.cpp')
-rw-r--r--graphics/GUIlib/patches/patch-keyboard.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/GUIlib/patches/patch-keyboard.cpp b/graphics/GUIlib/patches/patch-keyboard.cpp
deleted file mode 100644
index 4984c294647..00000000000
--- a/graphics/GUIlib/patches/patch-keyboard.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-keyboard.cpp,v 1.1 2011/08/20 15:33:37 joerg Exp $
-
---- keyboard.cpp.orig 2011-08-20 13:29:08.000000000 +0000
-+++ keyboard.cpp
-@@ -72,7 +72,7 @@ protected:
- }
- };
-
--main(int argc, char *argv[])
-+int main(int argc, char *argv[])
- {
- SDL_Surface *screen;
- GUI_TermWin *output;