summaryrefslogtreecommitdiff
path: root/src/help.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/help.h')
-rw-r--r--src/help.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/help.h b/src/help.h
index dd3982f3..b5b89a9c 100644
--- a/src/help.h
+++ b/src/help.h
@@ -36,10 +36,6 @@ class Help : public Screen<NC::Scrollpad>
virtual void SpacePressed() { }
virtual bool isTabbable() { return true; }
- virtual bool allowsSelection() { return false; }
-
- virtual NC::List *GetList() { return 0; }
-
virtual bool isMergable() { return true; }
protected: