Skip to content

Commit

Permalink
APP: removed currentWorkingDir() - unused method from App class
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhardy committed Sep 15, 2024
1 parent ddb4ecc commit 308cdca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions src/modules/app/App.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1163,10 +1163,6 @@ void App::requestSuspend() {
_suspendRequested = true;
}

const core::String &App::currentWorkingDir() const {
return _filesystem->basePath();
}

core::ThreadPool &App::threadPool() {
return *_threadPool.get();
}
Expand Down
2 changes: 0 additions & 2 deletions src/modules/app/App.h
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,6 @@ class App {
*/
core::TimeProviderPtr timeProvider() const;

const core::String& currentWorkingDir() const;

static App* getInstance();

const char *translate(const char *msgid) const;
Expand Down

0 comments on commit 308cdca

Please sign in to comment.