diff options
author | markt <markt> | 2006-07-01 02:56:46 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-01 02:56:46 (GMT) |
commit | 698539d9b9012bb6c282725e775e358c1bd4a281 (patch) | |
tree | 2e4fae2776b7384058addbcfdbf2cc22605a3885 /src/ClientPattern.hh | |
parent | a14c322dcbbc7330b6933230168d34411f7ac63b (diff) | |
download | fluxbox_pavel-698539d9b9012bb6c282725e775e358c1bd4a281.zip fluxbox_pavel-698539d9b9012bb6c282725e775e358c1bd4a281.tar.bz2 |
more dead functions
Diffstat (limited to 'src/ClientPattern.hh')
-rw-r--r-- | src/ClientPattern.hh | 1 |
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); |