[apps/shared/tab_table_controller] Remove implementation of pure virtual method

This commit is contained in:
Ruben Dashyan
2019-08-01 10:07:27 +02:00
parent 2ee4d437f7
commit 345b0bf615
2 changed files with 0 additions and 5 deletions

View File

@@ -22,8 +22,4 @@ void TabTableController::willExitResponderChain(Responder * nextFirstResponder)
}
}
SelectableTableView * TabTableController::selectableTableView() {
return static_cast<SelectableTableView *>(view());
}
}

View File

@@ -23,4 +23,3 @@ protected:
}
#endif