finally kill NC::List

This commit is contained in:
Andrzej Rybczak
2012-09-02 20:55:22 +02:00
parent 5e8d1673e0
commit 684d871506
21 changed files with 1 additions and 105 deletions

View File

@@ -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.