From fd1a715f97e5ce8143a3c1e40b238d5018aa6658 Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Fri, 25 Jan 2019 16:16:22 -0500 Subject: [PATCH] remove old code --- .../TopLabelsAndBottomButtonsTableViewController.h | 2 -- 1 file changed, 2 deletions(-) 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;