summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/screen.h b/src/screen.h
index 455551a5..d232d2a2 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -74,10 +74,6 @@ class BasicScreen
/// @see Screen::MouseButtonPressed()
virtual void MouseButtonPressed(MEVENT) { }
-
- /// @return pointer to instantiation of Menu template class
- /// cast to List if available or null pointer otherwise
- virtual NC::List *GetList() = 0;
/// When this is overwritten with a function returning true, the
/// screen will be used in tab switching.