]> Dogcows Code - chaz/openbox/blobdiff - src/blackbox.cc
some memory bugs from woodblock (thanks!)
[chaz/openbox] / src / blackbox.cc
index 00a640381530341f1974dacc5a92334ac9bb79fd..6af1d2d3181cd6b70d0b8c2cefa599d0ef578b88 100644 (file)
@@ -111,7 +111,6 @@ using std::string;
 #include "Workspace.hh"
 #include "Workspacemenu.hh"
 #include "XAtom.hh"
-#include "Input.hh"
 
 // X event scanner for enter/leave notifies - adapted from twm
 struct scanargs {
@@ -163,7 +162,6 @@ Blackbox::Blackbox(char **m_argv, char *dpy_name, char *rc, char *menu)
   load_rc();
 
   xatom = new XAtom(getXDisplay());
-  input = new BInput(this);
 
   cursor.session = XCreateFontCursor(getXDisplay(), XC_left_ptr);
   cursor.move = XCreateFontCursor(getXDisplay(), XC_fleur);
This page took 0.023364 seconds and 4 git commands to generate.