diff options
Diffstat (limited to 'courtroom.cpp')
| -rw-r--r-- | courtroom.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/courtroom.cpp b/courtroom.cpp index 120b82f1..80ebdc80 100644 --- a/courtroom.cpp +++ b/courtroom.cpp @@ -1,19 +1,9 @@ #include "courtroom.h" -#include "aoapplication.h" -#include "lobby.h" -#include "hardware_functions.h" -#include "file_functions.h" -#include "datatypes.h" -#include "debug_functions.h" - Courtroom::Courtroom(AOApplication *p_ao_app) : QMainWindow() { ao_app = p_ao_app; - //initializing sound device - - // Change the default audio output device to be the one the user has given // in his config.ini file for now. int a = 0; @@ -144,7 +134,6 @@ Courtroom::Courtroom(AOApplication *p_ao_app) : QMainWindow() ui_ooc_chat_name->setFrame(false); ui_ooc_chat_name->setPlaceholderText("Name"); ui_ooc_chat_name->setMaxLength(30); - ui_ooc_chat_name->setText(p_ao_app->get_default_username()); //ui_area_password = new QLineEdit(this); |
