[gnome-games] gnomine: Remove legacy code that was hiding face images



commit 6f78d1b59331671e989aee5b999a63f1c9dac72d
Author: Robert Ancell <robert ancell canonical com>
Date:   Tue Jan 31 09:47:47 2012 +1100

    gnomine: Remove legacy code that was hiding face images

 gnomine/src/gnomine.vala |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/gnomine/src/gnomine.vala b/gnomine/src/gnomine.vala
index 46f6249..d81dd95 100644
--- a/gnomine/src/gnomine.vala
+++ b/gnomine/src/gnomine.vala
@@ -219,13 +219,6 @@ public class GnoMine : Gtk.Application
     public void start ()
     {
         window.show ();
-
-        /* All this hiding is a bit ugly, but it's better than a ton of show calls. */
-        win_face_image.hide ();
-        sad_face_image.hide ();
-        cool_face_image.hide ();
-        worried_face_image.hide ();
-
         set_face_image (smile_face_image);
     }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]