diff options
author | fluxgen <fluxgen> | 2003-01-12 18:09:22 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-01-12 18:09:22 (GMT) |
commit | 346ed33abb3ec3fbde59e853d3ea40966024ddcf (patch) | |
tree | 468c6691dd551913ddca2d2f3e6fd9c18c708055 /src/fluxbox.hh | |
parent | 2c9ae560e03b2f83c586f31b605cd195a2767344 (diff) | |
download | fluxbox-346ed33abb3ec3fbde59e853d3ea40966024ddcf.zip fluxbox-346ed33abb3ec3fbde59e853d3ea40966024ddcf.tar.bz2 |
removed slit functions
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index bf5c7f7..9a8a4df 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: fluxbox.hh,v 1.37 2003/01/10 00:41:15 fluxgen Exp $ | 25 | // $Id: fluxbox.hh,v 1.38 2003/01/12 18:09:22 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
@@ -38,10 +38,6 @@ | |||
38 | #include "config.h" | 38 | #include "config.h" |
39 | #endif // HAVE_CONFIG_H | 39 | #endif // HAVE_CONFIG_H |
40 | 40 | ||
41 | #ifdef SLIT | ||
42 | #include "Slit.hh" | ||
43 | #endif // SLIT | ||
44 | |||
45 | #include "SignalHandler.hh" | 41 | #include "SignalHandler.hh" |
46 | #include "FbAtoms.hh" | 42 | #include "FbAtoms.hh" |
47 | 43 | ||
@@ -165,14 +161,6 @@ public: | |||
165 | inline const Cursor &getLowerLeftAngleCursor() const { return cursor.ll_angle; } | 161 | inline const Cursor &getLowerLeftAngleCursor() const { return cursor.ll_angle; } |
166 | inline const Cursor &getLowerRightAngleCursor() const { return cursor.lr_angle; } | 162 | inline const Cursor &getLowerRightAngleCursor() const { return cursor.lr_angle; } |
167 | 163 | ||
168 | |||
169 | |||
170 | #ifdef SLIT | ||
171 | Slit *searchSlit(Window); | ||
172 | |||
173 | void saveSlitSearch(Window, Slit *); | ||
174 | void removeSlitSearch(Window); | ||
175 | #endif // SLIT | ||
176 | 164 | ||
177 | #ifndef HAVE_STRFTIME | 165 | #ifndef HAVE_STRFTIME |
178 | 166 | ||
@@ -233,15 +221,6 @@ private: | |||
233 | typedef std::map<Window, Tab *> TabList; | 221 | typedef std::map<Window, Tab *> TabList; |
234 | TabList tabSearch; | 222 | TabList tabSearch; |
235 | 223 | ||
236 | #ifdef SLIT | ||
237 | std::map<Window, Slit *> slitSearch; | ||
238 | #ifdef KDE | ||
239 | //For KDE dock applets | ||
240 | Atom kwm1_dockwindow; //KDE v1.x | ||
241 | Atom kwm2_dockwindow; //KDE v2.x | ||
242 | #endif//KDE | ||
243 | #endif // SLIT | ||
244 | |||
245 | std::list<MenuTimestamp *> menuTimestamps; | 224 | std::list<MenuTimestamp *> menuTimestamps; |
246 | typedef std::list<BScreen *> ScreenList; | 225 | typedef std::list<BScreen *> ScreenList; |
247 | ScreenList screenList; | 226 | ScreenList screenList; |
@@ -250,7 +229,7 @@ private: | |||
250 | FbTk::Timer timer; | 229 | FbTk::Timer timer; |
251 | 230 | ||
252 | 231 | ||
253 | #ifdef HAVE_GETPID | 232 | #ifdef HAVE_GETPID |
254 | Atom fluxbox_pid; | 233 | Atom fluxbox_pid; |
255 | #endif // HAVE_GETPID | 234 | #endif // HAVE_GETPID |
256 | 235 | ||