From 0cb6eb80102f30ebbf8d776b94aca6e134a63ff7 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sun, 10 Jul 2011 13:30:19 -0500 Subject: [PATCH] fine just shut the fuck up about my directory's local state already mercurial --- Docs/Changelog_sm5.txt | 4 ++++ src/RageLog.cpp | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Docs/Changelog_sm5.txt b/Docs/Changelog_sm5.txt index 73015cca56..0338c96195 100644 --- a/Docs/Changelog_sm5.txt +++ b/Docs/Changelog_sm5.txt @@ -8,6 +8,10 @@ ________________________________________________________________________________ StepMania 5.0 ????????? | 20110??? -------------------------------------------------------------------------------- +2011/07/10 +---------- +* [RageLog] Output UTF-8 for Trace(). [AJ, Wolfman2000] + 2011/07/09 ---------- * [NotesTheUsual] Update the #COMBOS tag to allow for a Miss Combo attribute. diff --git a/src/RageLog.cpp b/src/RageLog.cpp index 534df14bbf..8e619766a8 100644 --- a/src/RageLog.cpp +++ b/src/RageLog.cpp @@ -10,7 +10,6 @@ #if defined(_WINDOWS) #include #endif -#include #include RageLog* LOG; // global and accessable from anywhere in the program