Skip to content
Snippets Groups Projects
Commit b0ae99e1 authored by bunnei's avatar bunnei
Browse files

removed unused macros from citra.h

parent 7b3cde1f
No related branches found
No related tags found
No related merge requests found
...@@ -4,12 +4,3 @@ ...@@ -4,12 +4,3 @@
#pragma once #pragma once
#include <string>
#include "common/common.h"
#define APP_NAME std::string("citra")
#define APP_VERSION std::string("0.01-") + std::string(g_scm_rev_str)
#define APP_TITLE (APP_NAME + " " + APP_VERSION)
#define COPYRIGHT "Copyright (C) 2014 Citra Emulator"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment