mirror of https://github.com/odrling/Aegisub
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:
parent
852ceef55d
commit
1468be9860
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue