]> Dogcows Code - chaz/openbox/blobdiff - src/config.hh
add cvsignores
[chaz/openbox] / src / config.hh
index 6cbbaacd2ce15ecb6924a5860b122af3f07d1054..4f664c19931232eaf7366c1555688a09bdcf48d8 100644 (file)
@@ -3,33 +3,12 @@
 #define   __config_hh
 
 /*! @file config.hh
-  @brief The Config class contains configuration options set by the user's
-         scripts
+  @brief The Config class contains functions for accessing config variables
+         in the scripts.
 */
 
-#include "otk/ustring.hh"
-
-#include <vector>
-
 namespace ob {
 
-class Config {
-  int _screen;
-
-public:
-  std::vector<otk::ustring> desktop_names;
-  otk::ustring theme;
-  otk::ustring titlebar_layout;
-  long double_click_delay;
-  long drag_threshold;
-  long num_desktops;
-
-  Config(int screen);
-  ~Config();
-
-  void load();
-};
-
 }
 
 #endif // __config_hh
This page took 0.020008 seconds and 4 git commands to generate.