diff options
Diffstat (limited to 'games/znibbles/files/patch-src_GTK_NibblesArea.C')
-rw-r--r-- | games/znibbles/files/patch-src_GTK_NibblesArea.C | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/znibbles/files/patch-src_GTK_NibblesArea.C b/games/znibbles/files/patch-src_GTK_NibblesArea.C deleted file mode 100644 index 0ca9bbd8a61a..000000000000 --- a/games/znibbles/files/patch-src_GTK_NibblesArea.C +++ /dev/null @@ -1,11 +0,0 @@ ---- src/GTK/NibblesArea.C.orig 1999-05-12 01:48:25 UTC -+++ src/GTK/NibblesArea.C -@@ -323,7 +323,7 @@ gint NibblesArea::draw_exp_cb(GtkWidget - GdkEventExpose *event, - NibblesArea *mythis) - { -- cout << "expose !" << endl; -+ std::cout << "expose !" << std::endl; - - if (!mythis->joined) { - mythis->gif.join_game(); |