aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMat M <mathew1800@gmail.com>2016-12-01 14:24:40 -0500
committerGitHub <noreply@github.com>2016-12-01 14:24:40 -0500
commit0423a38ab55fd2ed7eb9853e9c867d31afd71649 (patch)
tree2a6822fbb8cab159832d718ca62b8438663f09c1
parent68c00ee771791e5975912c4e0d4be0fb5ab6b8fa (diff)
parent8efeb6ee2b2bfc9e95667f0588cfa9bca69ff8bf (diff)
Merge pull request #2251 from JayFoxRox/remove-version
Remove unused version.h in citra_qt
-rw-r--r--src/citra_qt/CMakeLists.txt1
-rw-r--r--src/citra_qt/version.h11
2 files changed, 0 insertions, 12 deletions
diff --git a/src/citra_qt/CMakeLists.txt b/src/citra_qt/CMakeLists.txt
index 3848754504..a9dacd5f11 100644
--- a/src/citra_qt/CMakeLists.txt
+++ b/src/citra_qt/CMakeLists.txt
@@ -65,7 +65,6 @@ set(HEADERS
hotkeys.h
main.h
ui_settings.h
- version.h
)
set(UIS
diff --git a/src/citra_qt/version.h b/src/citra_qt/version.h
deleted file mode 100644
index 9d5a2b1a2f..0000000000
--- a/src/citra_qt/version.h
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright 2014 Citra Emulator Project
-// Licensed under GPLv2 or any later version
-// Refer to the license.txt file included.
-
-// TODO: Supposed to be generated...
-// GENERATED - Do not edit!
-#ifndef VERSION_H_
-#define VERSION_H_
-#define __BUILD__ "40"
-#define VERSION __BUILD__
-#endif // VERSION_H_