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.
This commit is contained in:
Amar Takhar 2009-01-08 08:48:29 +00:00
parent 852ceef55d
commit 1468be9860
1 changed files with 0 additions and 1 deletions

View File

@ -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();