summaryrefslogtreecommitdiff
path: root/src/blackbox.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/blackbox.hh')
-rw-r--r--src/blackbox.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/blackbox.hh b/src/blackbox.hh
index 0e39cc2f..cb38dc34 100644
--- a/src/blackbox.hh
+++ b/src/blackbox.hh
@@ -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