Removed unused citra.h

This commit is contained in:
archshift 2014-08-14 22:49:31 -07:00
parent 73c53b5eb8
commit 80c4d7bf48
6 changed files with 3 additions and 15 deletions

View file

@ -1,7 +1,6 @@
set(SRCS citra.cpp
emu_window/emu_window_glfw.cpp)
set(HEADERS citra.h
resource.h)
set(HEADERS resource.h)
# NOTE: This is a workaround for CMake bug 0006976 (missing X11_xf86vmode_LIB variable)
if (NOT X11_xf86vmode_LIB)