From 1468be98606c0045988c2ad6c5a9397619024efb Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Thu, 8 Jan 2009 08:48:29 +0000 Subject: [PATCH] Remove a commented line, r2676 had the Darwin paths fix for automation snuck in (svn drives me mad sometimes!) Originally committed to SVN as r2677. --- aegisub/standard_paths.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/aegisub/standard_paths.cpp b/aegisub/standard_paths.cpp index b1dbbe621..4dff2858a 100644 --- a/aegisub/standard_paths.cpp +++ b/aegisub/standard_paths.cpp @@ -72,7 +72,6 @@ StandardPaths::StandardPaths() { #else wxString dataDir = paths.GetDataDir() + _T("/") + _T(AEGISUB_VERSION_DATA); wxString userDir = paths.GetUserDataDir() + _T("-") + _T(AEGISUB_VERSION_DATA); -// wxString userDir = wxString::Format(_T("%s-%s"), paths.GetUserDataDir(), AEGISUB_VERSION_DATA); #endif wxString tempDir = paths.GetTempDir();