aboutsummaryrefslogtreecommitdiff
path: root/src/ClientPattern.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClientPattern.hh')
-rw-r--r--src/ClientPattern.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ClientPattern.hh b/src/ClientPattern.hh
index 6db9c83..7610e77 100644
--- a/src/ClientPattern.hh
+++ b/src/ClientPattern.hh
@@ -67,7 +67,6 @@ public:
67 bool addTerm(const std::string &str, WinProperty prop); 67 bool addTerm(const std::string &str, WinProperty prop);
68 68
69 inline void addMatch() { ++m_nummatches; } 69 inline void addMatch() { ++m_nummatches; }
70 inline void delMatch() { --m_nummatches; }
71 70
72 inline bool operator == (const WinClient &win) const { 71 inline bool operator == (const WinClient &win) const {
73 return match(win); 72 return match(win);