[gnome-clocks] Remove unused variables



commit f45eb65aeabc303b8a1dae3e4b99fdd7038d5d76
Author: Paolo Borelli <pborelli gnome org>
Date:   Wed Aug 15 22:38:06 2012 +0200

    Remove unused variables
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681947

 gnomeclocks/clocks.py |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gnomeclocks/clocks.py b/gnomeclocks/clocks.py
index 18e0367..53bc07d 100644
--- a/gnomeclocks/clocks.py
+++ b/gnomeclocks/clocks.py
@@ -40,10 +40,6 @@ TIMER_LABEL_MARKUP = "<span font_desc=\"64.0\">%02i:%02i:%02i</span>"
 TIMER = "<span font_desc=\"64.0\">%02i</span>"
 TIMER_BUTTON_MARKUP = "<span font_desc=\"24.0\">%s</span>"
 
-GFILE = Gio.File.new_for_uri ('widgets.css')
-CSS_PROVIDER = Gtk.CssProvider()
-#CSS_PROVIDER.load_from_file(GFILE)
-
 class ToggleButton(Gtk.ToggleButton):
     def __init__(self, text):
         Gtk.ToggleButton.__init__(self)



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