diff options
Diffstat (limited to '')
| -rw-r--r-- | src/citra_qt/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/citra_qt/version.h | 11 |
2 files changed, 0 insertions, 12 deletions
diff --git a/src/citra_qt/CMakeLists.txt b/src/citra_qt/CMakeLists.txt index 384875450..a9dacd5f1 100644 --- a/src/citra_qt/CMakeLists.txt +++ b/src/citra_qt/CMakeLists.txt | |||
| @@ -65,7 +65,6 @@ set(HEADERS | |||
| 65 | hotkeys.h | 65 | hotkeys.h |
| 66 | main.h | 66 | main.h |
| 67 | ui_settings.h | 67 | ui_settings.h |
| 68 | version.h | ||
| 69 | ) | 68 | ) |
| 70 | 69 | ||
| 71 | set(UIS | 70 | set(UIS |
diff --git a/src/citra_qt/version.h b/src/citra_qt/version.h deleted file mode 100644 index 9d5a2b1a2..000000000 --- a/src/citra_qt/version.h +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | // Copyright 2014 Citra Emulator Project | ||
| 2 | // Licensed under GPLv2 or any later version | ||
| 3 | // Refer to the license.txt file included. | ||
| 4 | |||
| 5 | // TODO: Supposed to be generated... | ||
| 6 | // GENERATED - Do not edit! | ||
| 7 | #ifndef VERSION_H_ | ||
| 8 | #define VERSION_H_ | ||
| 9 | #define __BUILD__ "40" | ||
| 10 | #define VERSION __BUILD__ | ||
| 11 | #endif // VERSION_H_ | ||