From 346ed33abb3ec3fbde59e853d3ea40966024ddcf Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sun, 12 Jan 2003 18:09:22 +0000 Subject: removed slit functions --- src/fluxbox.hh | 25 ++----------------------- 1 file 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 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: fluxbox.hh,v 1.37 2003/01/10 00:41:15 fluxgen Exp $ +// $Id: fluxbox.hh,v 1.38 2003/01/12 18:09:22 fluxgen Exp $ #ifndef FLUXBOX_HH #define FLUXBOX_HH @@ -38,10 +38,6 @@ #include "config.h" #endif // HAVE_CONFIG_H -#ifdef SLIT -#include "Slit.hh" -#endif // SLIT - #include "SignalHandler.hh" #include "FbAtoms.hh" @@ -165,14 +161,6 @@ public: inline const Cursor &getLowerLeftAngleCursor() const { return cursor.ll_angle; } inline const Cursor &getLowerRightAngleCursor() const { return cursor.lr_angle; } - - -#ifdef SLIT - Slit *searchSlit(Window); - - void saveSlitSearch(Window, Slit *); - void removeSlitSearch(Window); -#endif // SLIT #ifndef HAVE_STRFTIME @@ -233,15 +221,6 @@ private: typedef std::map TabList; TabList tabSearch; -#ifdef SLIT - std::map slitSearch; -#ifdef KDE - //For KDE dock applets - Atom kwm1_dockwindow; //KDE v1.x - Atom kwm2_dockwindow; //KDE v2.x -#endif//KDE -#endif // SLIT - std::list menuTimestamps; typedef std::list ScreenList; ScreenList screenList; @@ -250,7 +229,7 @@ private: FbTk::Timer timer; -#ifdef HAVE_GETPID +#ifdef HAVE_GETPID Atom fluxbox_pid; #endif // HAVE_GETPID -- cgit v0.11.2