We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb4ecc commit 308cdcaCopy full SHA for 308cdca
src/modules/app/App.cpp
@@ -1163,10 +1163,6 @@ void App::requestSuspend() {
1163
_suspendRequested = true;
1164
}
1165
1166
-const core::String &App::currentWorkingDir() const {
1167
- return _filesystem->basePath();
1168
-}
1169
-
1170
core::ThreadPool &App::threadPool() {
1171
return *_threadPool.get();
1172
src/modules/app/App.h
@@ -311,8 +311,6 @@ class App {
311
*/
312
core::TimeProviderPtr timeProvider() const;
313
314
- const core::String& currentWorkingDir() const;
315
316
static App* getInstance();
317
318
const char *translate(const char *msgid) const;
0 commit comments