summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/demos/assistant.py
diff options
context:
space:
mode:
Diffstat (limited to 'demos/gtk-demo/demos/assistant.py')
-rw-r--r--demos/gtk-demo/demos/assistant.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/demos/gtk-demo/demos/assistant.py b/demos/gtk-demo/demos/assistant.py
index e1a7ecde..8285d043 100644
--- a/demos/gtk-demo/demos/assistant.py
+++ b/demos/gtk-demo/demos/assistant.py
@@ -26,9 +26,6 @@ an operation into several simpler sequential steps, and to guide the user
through these steps.
"""
-# See FIXME's
-is_fully_bound = True
-
from gi.repository import Gtk, GdkPixbuf
class AssistantApp: