summary refs log tree commit diff
path: root/pkgs/games/super-tux
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2015-05-31 16:44:16 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2015-05-31 16:44:16 +0200
commit66433822d3294e11dbe1735df151eaffa0b75684 (patch)
tree97dc45cd3a44cbc06c6ee3ed0738478997801f40 /pkgs/games/super-tux
parent59943d69f990b177c4bf47bad564e001456ce7a9 (diff)
downloadnixlib-66433822d3294e11dbe1735df151eaffa0b75684.tar
nixlib-66433822d3294e11dbe1735df151eaffa0b75684.tar.gz
nixlib-66433822d3294e11dbe1735df151eaffa0b75684.tar.bz2
nixlib-66433822d3294e11dbe1735df151eaffa0b75684.tar.lz
nixlib-66433822d3294e11dbe1735df151eaffa0b75684.tar.xz
nixlib-66433822d3294e11dbe1735df151eaffa0b75684.tar.zst
nixlib-66433822d3294e11dbe1735df151eaffa0b75684.zip
supertux: remove obsolete patch
Diffstat (limited to 'pkgs/games/super-tux')
-rw-r--r--pkgs/games/super-tux/g++4.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkgs/games/super-tux/g++4.patch b/pkgs/games/super-tux/g++4.patch
deleted file mode 100644
index a7378c80a29b..000000000000
--- a/pkgs/games/super-tux/g++4.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/menu.h b/src/menu.h
-index 3c67c45..7c7ab8e 100644
---- a/src/menu.h
-+++ b/src/menu.h
-@@ -207,7 +207,7 @@ public:
-
-   bool isToggled(int id);
-
--  void Menu::get_controlfield_key_into_input(MenuItem *item);
-+  void get_controlfield_key_into_input(MenuItem *item);
-
-   void draw   ();
-   void draw_item(int index, int menu_width, int menu_height);