summaryrefslogtreecommitdiff
path: root/src/windows/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/mainwindow.cpp')
-rw-r--r--src/windows/mainwindow.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/windows/mainwindow.cpp b/src/windows/mainwindow.cpp
index f867db9..bb09735 100644
--- a/src/windows/mainwindow.cpp
+++ b/src/windows/mainwindow.cpp
@@ -51,10 +51,6 @@ MainWindow::MainWindow()
m_content_stack.set_visible_child("chat");
m_content_stack.show();
-#ifdef WITH_VOICE
- m_voice_info.show();
-#endif
-
m_left_pane.add(m_channel_list);
#ifdef WITH_VOICE
m_left_pane.add(m_voice_info);