summaryrefslogtreecommitdiff
path: root/Source/Core/Common
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2009-02-06 18:04:24 +0000
committerhrydgard <hrydgard@gmail.com>2009-02-06 18:04:24 +0000
commit81631d8452477d4e3cbf5ac7ae180bc5da768fae (patch)
treee3b2030352bf9d7214f9c68e0a697e4642a2838e /Source/Core/Common
parent825919aaf8e50a8a28ae3c798438c29dcbb0d270 (diff)
Nothing important, just cleaning my dev folder. (mostly formatting changes, removed a superfluous strlen from logging in ogl plugin)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2126 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common')
-rw-r--r--Source/Core/Common/Src/CPUDetect.h5
-rw-r--r--Source/Core/Common/Src/MathUtil.h1
2 files changed, 0 insertions, 6 deletions
diff --git a/Source/Core/Common/Src/CPUDetect.h b/Source/Core/Common/Src/CPUDetect.h
index 810f1eef2d..312bcdecec 100644
--- a/Source/Core/Common/Src/CPUDetect.h
+++ b/Source/Core/Common/Src/CPUDetect.h
@@ -56,11 +56,6 @@ struct CPUInfo
std::string Summarize();
};
-
extern CPUInfo cpu_info;
-inline void DetectCPU() {cpu_info.Detect();}
-
-
#endif
-
diff --git a/Source/Core/Common/Src/MathUtil.h b/Source/Core/Common/Src/MathUtil.h
index b42c4553ff..a841a6dc6b 100644
--- a/Source/Core/Common/Src/MathUtil.h
+++ b/Source/Core/Common/Src/MathUtil.h
@@ -31,5 +31,4 @@ void SaveSSEState();
void LoadSSEState();
void LoadDefaultSSEState();
-
#endif