Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f97e01a authored by Cole Robinson's avatar Cole Robinson Committed by Radim Krčmář
Browse files

tools/kvm_stat: Remove unused function



Unused since added in 18e8f410

Signed-off-by: default avatarCole Robinson <crobinso@redhat.com>
Reviewed-and-tested-by: default avatarStefan Raspl <stefan.raspl@linux.vnet.ibm.com>
Signed-off-by: default avatarRadim Krčmář <rkrcmar@redhat.com>
parent 0866c31b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1121,9 +1121,6 @@ class Tui(object):
        self.screen.refresh()

    def _refresh_body(self, sleeptime):
        def is_child_field(field):
            return field.find('(') != -1

        def insert_child(sorted_items, child, values, parent):
            num = len(sorted_items)
            for i in range(0, num):