diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/msec/msecgui.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/msec/msecgui.py b/src/msec/msecgui.py index 7eec960..4b32067 100755 --- a/src/msec/msecgui.py +++ b/src/msec/msecgui.py @@ -543,10 +543,6 @@ class MsecGui: """Builds the security summary UI""" vbox = gtk.VBox(homogeneous=False, spacing=20) - entry = gtk.Label(_("<big><b>System security overview</b></big>")) - entry.set_use_markup(True) - vbox.pack_start(entry, False, False) - def create_security_item(text, icon=None): """Helper function to create security items""" # show logo |