[Core] Remove an unnecessary pragma directive from EXI_Channel.h.

Dolphin uses warning level 3 in VS. This warning is only triggered in warning level 4.
This commit is contained in:
Lioncash 2014-01-25 17:12:59 -05:00
parent e94a6f07f4
commit 6f74f59427
1 changed files with 0 additions and 4 deletions

View File

@ -10,10 +10,6 @@
#include "EXI_Device.h"
#include <memory>
#ifdef _WIN32
#pragma warning(disable:4201)
#endif
class CEXIChannel
{
private: