VideoCommon/VideoBackends: Remove unnecessary wxWidgets references.

EmuWindow doesn't even exist anymore. wxWidgets is also decoupled from the backends.
This commit is contained in:
Lioncash
2014-10-31 13:40:27 -04:00
parent ef1520eab0
commit 9ab924513e
6 changed files with 8 additions and 19 deletions

View File

@ -50,10 +50,6 @@ if(NOT ${CL} STREQUAL CL-NOTFOUND)
list(APPEND LIBS ${CL})
endif()
if(wxWidgets_FOUND AND WIN32)
set(SRCS ${SRCS} EmuWindow.cpp)
endif()
if(LIBAV_FOUND OR WIN32)
set(SRCS ${SRCS} AVIDump.cpp)
endif()