diff options
-rw-r--r-- | src/fluxbox.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index 0dc958d..69a2a23 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc | |||
@@ -210,10 +210,6 @@ struct CallMemFunWithRefArg : std::unary_function<Type, ResultType> { | |||
210 | m_arg(arg), | 210 | m_arg(arg), |
211 | m_func(func) { } | 211 | m_func(func) { } |
212 | 212 | ||
213 | ResultType operator()(Type p) const { | ||
214 | (p.*m_func)(m_arg); | ||
215 | } | ||
216 | |||
217 | ResultType operator()(Type* p) const { | 213 | ResultType operator()(Type* p) const { |
218 | (*p.*m_func)(m_arg); | 214 | (*p.*m_func)(m_arg); |
219 | } | 215 | } |