diff options
author | bunnei <ericbunnie@gmail.com> | 2014-04-23 18:43:57 -0700 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-04-23 18:43:57 -0700 |
commit | 4405a53cf3b669e84b1d953d35e89ec29b916293 (patch) | |
tree | f6d4370cfce75d9922e75d99c82e1935c6b723c9 /src/common/common.h | |
parent | 7a136b8a84f9b21e120efe734f86725c46b8531b (diff) |
added scm rev generation on Linux/cmake
Diffstat (limited to 'src/common/common.h')
-rw-r--r-- | src/common/common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/common.h b/src/common/common.h index 64a0d7812..a281b21cc 100644 --- a/src/common/common.h +++ b/src/common/common.h @@ -12,10 +12,6 @@ #include <stdio.h> #include <string.h> -// SVN version number -extern const char *g_scm_rev_str; -extern const char *g_netplay_citra_ver; - // Force enable logging in the right modes. For some reason, something had changed // so that debugfast no longer logged. #if defined(_DEBUG) || defined(DEBUGFAST) |