Kill unused code
This commit is contained in:
parent
fcc06834bc
commit
f496a2f543
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user