Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
weihuoya committed Mar 28, 2019
1 parent fff6fd5 commit 5628ab6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Source/Core/DolphinQt/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include "QtUtils/SignalDaemon.h"
#endif

#ifndef WIN32
#ifndef _WIN32
#include <qpa/qplatformnativeinterface.h>
#endif

Expand Down Expand Up @@ -106,7 +106,6 @@

#include "UICommon/UICommon.h"

#include "VideoCommon/NetPlayChatUI.h"
#include "VideoCommon/VideoConfig.h"

#if defined(HAVE_XRANDR) && HAVE_XRANDR
Expand Down Expand Up @@ -1601,8 +1600,6 @@ void MainWindow::OnExportRecording()

void MainWindow::OnActivateChat()
{
if (g_netplay_chat_ui)
g_netplay_chat_ui->Activate();
}

void MainWindow::ShowTASInput()
Expand Down

0 comments on commit 5628ab6

Please sign in to comment.