Skip to content

Commit 5628ab6

Browse files
committed
fx
1 parent fff6fd5 commit 5628ab6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Source/Core/DolphinQt/MainWindow.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include "QtUtils/SignalDaemon.h"
2727
#endif
2828

29-
#ifndef WIN32
29+
#ifndef _WIN32
3030
#include <qpa/qplatformnativeinterface.h>
3131
#endif
3232

@@ -106,7 +106,6 @@
106106

107107
#include "UICommon/UICommon.h"
108108

109-
#include "VideoCommon/NetPlayChatUI.h"
110109
#include "VideoCommon/VideoConfig.h"
111110

112111
#if defined(HAVE_XRANDR) && HAVE_XRANDR
@@ -1601,8 +1600,6 @@ void MainWindow::OnExportRecording()
16011600

16021601
void MainWindow::OnActivateChat()
16031602
{
1604-
if (g_netplay_chat_ui)
1605-
g_netplay_chat_ui->Activate();
16061603
}
16071604

16081605
void MainWindow::ShowTASInput()

0 commit comments

Comments
 (0)