aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar bunnei <bunneidev@gmail.com>2014-08-21 18:27:54 -0400
committerGravatar bunnei <bunneidev@gmail.com>2014-08-21 18:27:54 -0400
commitc3c66ad34d36b0ae3105d1e043a37193b5997e31 (patch)
tree6aef1abdc63dad402bc7f8ab610594cac81303b9 /src
parent59d512484a23765784d8c890c4788a8c31fb4c9b (diff)
parent80c4d7bf48f36de8f858a6dd060438bd3bfcb506 (diff)
Merge pull request #46 from archshift/citrah
Removed unused citra.h
Diffstat (limited to 'src')
-rw-r--r--src/citra/CMakeLists.txt3
-rw-r--r--src/citra/citra.cpp2
-rw-r--r--src/citra/citra.h6
-rw-r--r--src/citra/citra.vcxproj3
-rw-r--r--src/citra/citra.vcxproj.filters3
5 files changed, 3 insertions, 14 deletions
diff --git a/src/citra/CMakeLists.txt b/src/citra/CMakeLists.txt
index 1ad607d7..b1ab6759 100644
--- a/src/citra/CMakeLists.txt
+++ b/src/citra/CMakeLists.txt
@@ -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)
diff --git a/src/citra/citra.cpp b/src/citra/citra.cpp
index 036af373..9399ff29 100644
--- a/src/citra/citra.cpp
+++ b/src/citra/citra.cpp
@@ -12,8 +12,6 @@
#include "citra/emu_window/emu_window_glfw.h"
-#include "citra/citra.h"
-
/// Application entry point
int __cdecl main(int argc, char **argv) {
LogManager::Init();
diff --git a/src/citra/citra.h b/src/citra/citra.h
deleted file mode 100644
index b3b78a2d..00000000
--- a/src/citra/citra.h
+++ /dev/null
@@ -1,6 +0,0 @@
-// Copyright 2014 Citra Emulator Project
-// Licensed under GPLv2
-// Refer to the license.txt file included.
-
-#pragma once
-
diff --git a/src/citra/citra.vcxproj b/src/citra/citra.vcxproj
index d81ac5bf..bda1ed07 100644
--- a/src/citra/citra.vcxproj
+++ b/src/citra/citra.vcxproj
@@ -203,7 +203,6 @@
<ClCompile Include="emu_window\emu_window_glfw.cpp" />
</ItemGroup>
<ItemGroup>
- <ClInclude Include="citra.h" />
<ClInclude Include="emu_window\emu_window_glfw.h" />
<ClInclude Include="resource.h" />
</ItemGroup>
@@ -213,4 +212,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/src/citra/citra.vcxproj.filters b/src/citra/citra.vcxproj.filters
index b2685691..78954670 100644
--- a/src/citra/citra.vcxproj.filters
+++ b/src/citra/citra.vcxproj.filters
@@ -12,7 +12,6 @@
</ClCompile>
</ItemGroup>
<ItemGroup>
- <ClInclude Include="citra.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="emu_window\emu_window_glfw.h">
<Filter>emu_window</Filter>
@@ -21,4 +20,4 @@
<ItemGroup>
<Text Include="CMakeLists.txt" />
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>