summaryrefslogtreecommitdiffstats
path: root/tools/configure/environment.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure/environment.cpp')
-rw-r--r--tools/configure/environment.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/configure/environment.cpp b/tools/configure/environment.cpp
index f9b3e852bf..643e90425d 100644
--- a/tools/configure/environment.cpp
+++ b/tools/configure/environment.cpp
@@ -60,7 +60,6 @@ using namespace std;
#include <qt_windows.h>
#endif
-#include <symbian/epocroot_p.h> // from tools/shared
#include <windows/registry_p.h> // from tools/shared
QT_BEGIN_NAMESPACE
@@ -507,10 +506,4 @@ bool Environment::rmdir(const QString &name)
return result;
}
-QString Environment::symbianEpocRoot()
-{
- // Call function defined in tools/shared/symbian/epocroot_p.h
- return ::qt_epocRoot();
-}
-
QT_END_NAMESPACE