summaryrefslogtreecommitdiffstats
path: root/deluge/ui/gtk3/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/ui/gtk3/__init__.py')
-rw-r--r--deluge/ui/gtk3/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/deluge/ui/gtk3/__init__.py b/deluge/ui/gtk3/__init__.py
index 8db2773e4..d1b4ec53f 100644
--- a/deluge/ui/gtk3/__init__.py
+++ b/deluge/ui/gtk3/__init__.py
@@ -18,7 +18,6 @@ environ['PYGAME_HIDE_SUPPORT_PROMPT'] = '1'
# Keep this class in __init__.py to avoid the console having to import everything in gtkui.py
class Gtk(UI):
-
cmd_description = """GTK-based graphical user interface"""
def __init__(self, *args, **kwargs):