]> Dogcows Code - chaz/openbox/blobdiff - src/blackbox.hh
fix off-by-ones in window-to-window snapping. move the property from the blackbox...
[chaz/openbox] / src / blackbox.hh
index 0e39cc2f48e3a2cc7b727a1b90f31db81b73dfec..cb38dc3400ae019800703d1c19ce2f7e86bff84b 100644 (file)
@@ -245,10 +245,6 @@ public:
   enum { B_AmericanDate = 1, B_EuropeanDate };
 #endif // HAVE_STRFTIME
 
-  inline Atom getWMChangeStateAtom(void) const
-    { return xatom->getAtom(XAtom::wm_change_state); }
-  inline Atom getWMStateAtom(void) const
-    { return xatom->getAtom(XAtom::wm_state); }
   inline Atom getWMDeleteAtom(void) const
     { return xatom->getAtom(XAtom::wm_delete_window); }
   inline Atom getWMProtocolsAtom(void) const
This page took 0.022519 seconds and 4 git commands to generate.