Skip to content

Commit 308cdca

Browse files
committed
APP: removed currentWorkingDir() - unused method from App class
1 parent ddb4ecc commit 308cdca

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/modules/app/App.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,10 +1163,6 @@ void App::requestSuspend() {
11631163
_suspendRequested = true;
11641164
}
11651165

1166-
const core::String &App::currentWorkingDir() const {
1167-
return _filesystem->basePath();
1168-
}
1169-
11701166
core::ThreadPool &App::threadPool() {
11711167
return *_threadPool.get();
11721168
}

src/modules/app/App.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,6 @@ class App {
311311
*/
312312
core::TimeProviderPtr timeProvider() const;
313313

314-
const core::String& currentWorkingDir() const;
315-
316314
static App* getInstance();
317315

318316
const char *translate(const char *msgid) const;

0 commit comments

Comments
 (0)