From 8efeb6ee2b2bfc9e95667f0588cfa9bca69ff8bf Mon Sep 17 00:00:00 2001 From: Jannik Vogel Date: Thu, 1 Dec 2016 16:38:46 +0100 Subject: [PATCH] Remove unused version.h --- src/citra_qt/CMakeLists.txt | 1 - src/citra_qt/version.h | 11 ----------- 2 files changed, 12 deletions(-) delete mode 100644 src/citra_qt/version.h 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_