summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJannik Vogel <email@jannikvogel.de>2016-12-01 16:38:46 +0100
committerJannik Vogel <email@jannikvogel.de>2016-12-01 16:38:46 +0100
commit8efeb6ee2b2bfc9e95667f0588cfa9bca69ff8bf (patch)
tree2a6822fbb8cab159832d718ca62b8438663f09c1 /src
parentMerge pull request #2228 from freiro/winver_fix (diff)
downloadyuzu-8efeb6ee2b2bfc9e95667f0588cfa9bca69ff8bf.tar
yuzu-8efeb6ee2b2bfc9e95667f0588cfa9bca69ff8bf.tar.gz
yuzu-8efeb6ee2b2bfc9e95667f0588cfa9bca69ff8bf.tar.bz2
yuzu-8efeb6ee2b2bfc9e95667f0588cfa9bca69ff8bf.tar.lz
yuzu-8efeb6ee2b2bfc9e95667f0588cfa9bca69ff8bf.tar.xz
yuzu-8efeb6ee2b2bfc9e95667f0588cfa9bca69ff8bf.tar.zst
yuzu-8efeb6ee2b2bfc9e95667f0588cfa9bca69ff8bf.zip
Diffstat (limited to 'src')
-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 384875450..a9dacd5f1 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 9d5a2b1a2..000000000
--- 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_