diff options
| author | admin (centauri.fritz.box) <puppet@mx.buetow.org> | 2014-07-01 20:17:01 +0200 |
|---|---|---|
| committer | admin (centauri.fritz.box) <puppet@mx.buetow.org> | 2014-07-01 20:17:01 +0200 |
| commit | 174529af9197d99d2c5e8f75798fb6d6d9247254 (patch) | |
| tree | 7bdb29f9391b5a3d3629bba3ebec1ca7832b3c9c /src/monitor/stats.cpp | |
| parent | 751eada68e49f9ffae9a0be743d88a3ce956883f (diff) | |
| parent | 6fde6b0fe90abde84011202edd40fe46eb06af44 (diff) | |
Diffstat (limited to 'src/monitor/stats.cpp')
| -rw-r--r-- | src/monitor/stats.cpp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/monitor/stats.cpp b/src/monitor/stats.cpp index 28661f5..3ac55ca 100644 --- a/src/monitor/stats.cpp +++ b/src/monitor/stats.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/monitor/stats.cpp *: - *: yChat; Homepage: www.yChat.org; Version 0.7.9.5-RELEASE + *: yChat; Homepage: www.yChat.org; Version 0.8.3-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow @@ -141,10 +141,6 @@ stats::increment_num_rooms() pthread_mutex_lock ( &mut_num_rooms ); ++i_num_rooms; pthread_mutex_unlock( &mut_num_rooms ); -#ifdef NCURSES - - print_num_rooms(); -#endif } void stats::decrement_num_rooms() @@ -152,10 +148,6 @@ stats::decrement_num_rooms() pthread_mutex_lock ( &mut_num_rooms ); --i_num_rooms; pthread_mutex_unlock( &mut_num_rooms ); -#ifdef NCURSES - - print_num_rooms(); -#endif } #ifdef NCURSES |
