]> Dogcows Code - chaz/openbox/blobdiff - src/Screen.hh
proper order for the stacking order list
[chaz/openbox] / src / Screen.hh
index e8c8cd7a743e9ebf0055e56239ada058b9cd5265..72e7dc0aca91f229a689297a0587e843279b5d11 100644 (file)
@@ -144,8 +144,6 @@ private:
 
   typedef std::list<Strut*> StrutList;
   StrutList strutList;
-  typedef std::vector<std::string> WorkspaceNamesList;
-  WorkspaceNamesList workspaceNames;
   typedef std::vector<Workspace*> WorkspaceList;
   WorkspaceList workspacesList;
 
@@ -308,12 +306,8 @@ public:
 
   unsigned int addWorkspace(void);
   unsigned int removeLastWorkspace(void);
-  void removeWorkspaceNames(void);
-  void addWorkspaceName(const std::string& name);
-  const std::string getNameOfWorkspace(unsigned int id);
   void changeWorkspaceID(unsigned int id);
   void saveWorkspaceNames(void);
-  void updateDesktopNames(void);
 
   void addNetizen(Netizen *n);
   void removeNetizen(Window w);
This page took 0.028149 seconds and 4 git commands to generate.