summaryrefslogtreecommitdiffstats
path: root/src/common/common.h
diff options
context:
space:
mode:
authorarchshift <admin@archshift.com>2015-01-10 22:07:50 +0100
committerarchshift <admin@archshift.com>2015-01-10 23:32:10 +0100
commit228843c43e21ce4d3ca5fe0adc96fcb34505446b (patch)
treeb965681736fca204e49ea6f2c130409814c3006a /src/common/common.h
parentMerge pull request #458 from yuriks/cmake-debug (diff)
downloadyuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.tar
yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.tar.gz
yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.tar.bz2
yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.tar.lz
yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.tar.xz
yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.tar.zst
yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.zip
Diffstat (limited to 'src/common/common.h')
-rw-r--r--src/common/common.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/common/common.h b/src/common/common.h
index bf48ae667..3246c7797 100644
--- a/src/common/common.h
+++ b/src/common/common.h
@@ -11,13 +11,6 @@
#include <cstdio>
#include <cstring>
-// Force enable logging in the right modes. For some reason, something had changed
-// so that debugfast no longer logged.
-#if defined(_DEBUG) || defined(DEBUGFAST)
-#undef LOGGING
-#define LOGGING 1
-#endif
-
#define STACKALIGN
// An inheritable class to disallow the copy constructor and operator= functions