mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-08 23:23:23 -06:00
manager: Remove duplicate function
This commit is contained in:
parent
76936272c7
commit
3214cec085
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user