diff options
Diffstat (limited to 'src/lib/update_checker.cc')
| -rw-r--r-- | src/lib/update_checker.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/update_checker.cc b/src/lib/update_checker.cc index 29d41cd92..704b7b497 100644 --- a/src/lib/update_checker.cc +++ b/src/lib/update_checker.cc @@ -193,7 +193,6 @@ UpdateChecker::set_state (State s) { boost::mutex::scoped_lock lm (_data_mutex); _state = s; - _emits++; } emit (boost::bind(boost::ref(StateChanged))); |
