
commit 71bab1d655dcfb16b7607f8ce1df000775d8c786 Author: Damian Johnson <atagar@torproject.org> Date: Wed Feb 10 11:51:24 2016 -0800 Drop unused get_last_redraw_time() The private attribute is still used in one spot internally, but method is unused. --- nyx/controller.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/nyx/controller.py b/nyx/controller.py index a5f82a1..aadad15 100644 --- a/nyx/controller.py +++ b/nyx/controller.py @@ -382,14 +382,6 @@ class Controller: self._force_redraw = True - def get_last_redraw_time(self): - """ - Provides the time when the content was last redrawn, zero if the content - has never been drawn. - """ - - return self._last_drawn - def set_msg(self, msg = None, attr = None, redraw = False): """ Sets the message displayed in the interfaces control panel. This uses our