forked from mia/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
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ StandardPaths::StandardPaths() {
|
||||||
#else
|
#else
|
||||||
wxString dataDir = paths.GetDataDir() + _T("/") + _T(AEGISUB_VERSION_DATA);
|
wxString dataDir = paths.GetDataDir() + _T("/") + _T(AEGISUB_VERSION_DATA);
|
||||||
wxString userDir = paths.GetUserDataDir() + _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
|
#endif
|
||||||
wxString tempDir = paths.GetTempDir();
|
wxString tempDir = paths.GetTempDir();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue