Removed an unneeded include from wx cmake file
It's part of libvbamcore already
This commit is contained in:
parent
9449143d5a
commit
c4e52aabf2
|
@ -143,8 +143,6 @@ SET( SRC_WX
|
||||||
widgets/joyedit.cpp
|
widgets/joyedit.cpp
|
||||||
widgets/sdljoy.cpp
|
widgets/sdljoy.cpp
|
||||||
widgets/wxmisc.cpp
|
widgets/wxmisc.cpp
|
||||||
# common, but not in lib, apparently
|
|
||||||
../common/SoundSDL.cpp
|
|
||||||
# probably ought to be in common
|
# probably ought to be in common
|
||||||
../sdl/text.cpp
|
../sdl/text.cpp
|
||||||
# from external source with minor modifications
|
# from external source with minor modifications
|
||||||
|
|
Loading…
Reference in New Issue