summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/Timer.cpp
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2009-03-20 21:23:36 +0000
committerhrydgard <hrydgard@gmail.com>2009-03-20 21:23:36 +0000
commit866e393426edbcf0a85585baf5feaa63537e4094 (patch)
treee267765a60217215a41eaaf5f5135d79a5279833 /Source/Core/Common/Src/Timer.cpp
parentaa7fe1edee2511f7a28c30b3b0084c8d9cca035c (diff)
More log fixing: Write to Window checkbox added, fix some log levels again, clean some code.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2701 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common/Src/Timer.cpp')
-rw-r--r--Source/Core/Common/Src/Timer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/Common/Src/Timer.cpp b/Source/Core/Common/Src/Timer.cpp
index 50a928ea8c..708798aabf 100644
--- a/Source/Core/Common/Src/Timer.cpp
+++ b/Source/Core/Common/Src/Timer.cpp
@@ -208,7 +208,5 @@ std::string Timer::GetTimeFormatted()
return std::string(formattedTime);
}
-/////////////////////////////////////
-
} // end of namespace Common