Broke menu, navbar, statusbar, panel.notebook, and panel.welcome out of gui
[hooke.git] / hooke / ui / gui / playlist.py
index 90a730fec687ab575c583ca1f718612cf713af2a..9b7af3f9fa9773e0a422b68b99ab09bdcdcb17ba 100644 (file)
@@ -66,13 +66,6 @@ class Playlist(object):
         ##TODO: is this the only active (or default?) plot?\r
         #return self.files[self.index].plots[0]\r
 \r
-    def get_status_string(self):\r
-        if self.count > 0:\r
-            activeFileStr = ''.join([' (%s/%s)' %(self.index + 1, self.count)])\r
-            return ''.join([self.name, activeFileStr])\r
-        else:\r
-            return ''.join(['The file ', self.name, ' does not contain any valid force curve data.\n'])\r
-\r
     def load(self, filename):\r
         '''\r
         Loads a playlist file\r