diff options
Diffstat (limited to 'courtroom.h')
| -rw-r--r-- | courtroom.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/courtroom.h b/courtroom.h index 54b0a37d..eba49db6 100644 --- a/courtroom.h +++ b/courtroom.h @@ -116,9 +116,6 @@ private: //triggers ping_server() every 60 seconds QTimer *keepalive_timer; - //how long we wait for the server to respond on a ping - QTimer *disconnect_timer; - //determines how fast messages tick onto screen QTimer *chat_tick_timer; int chat_tick_interval = 60; @@ -423,8 +420,6 @@ private slots: void char_clicked(int n_char); void ping_server(); - void connection_timeout(); - }; #endif // COURTROOM_H |
