Kill unused code

This commit is contained in:
Marco Pesenti Gritti 2006-08-29 16:47:36 +02:00
parent fcc06834bc
commit f496a2f543

View File

@ -72,12 +72,6 @@ class HomeGroup(goocanvas.Group):
450 - (me.get_property('height') / 2)) 450 - (me.get_property('height') / 2))
self.add_child(me) self.add_child(me)
def get_width(self):
return 1200.0 * 1.8
def get_height(self):
return 900.0 * 1.8
def __theme_changed_cb(self, theme): def __theme_changed_cb(self, theme):
color = self._theme.get_home_activities_color() color = self._theme.get_home_activities_color()
self._home_rect.set_property("fill-color", color) self._home_rect.set_property("fill-color", color)