diff --git a/MVMCoreUI/BaseControllers/TopLabelsAndBottomButtonsTableViewController.h b/MVMCoreUI/BaseControllers/TopLabelsAndBottomButtonsTableViewController.h index e518e0da..04defbb4 100644 --- a/MVMCoreUI/BaseControllers/TopLabelsAndBottomButtonsTableViewController.h +++ b/MVMCoreUI/BaseControllers/TopLabelsAndBottomButtonsTableViewController.h @@ -33,8 +33,6 @@ - (void)showFooter; - (void)hideFooter; -- (void)tryToCleanUpMemory; - // showing/hiding left and right primary buttons - (void)setPrimaryLeftButtonHidden:(BOOL)left rightButtonHidden:(BOOL)right;