manager: Remove duplicate function

This commit is contained in:
Cole Robinson 2013-04-20 14:23:21 -04:00
parent 76936272c7
commit 3214cec085

View File

@ -62,12 +62,6 @@ COL_HOST_CPU = 2
COL_DISK = 3
COL_NETWORK = 4
def _style_get_prop(widget, propname):
value = GObject.Value()
value.init(GObject.TYPE_INT)
widget.style_get_property(propname, value)
return value.get_int()
try:
import gi