summaryrefslogtreecommitdiffstats
path: root/tools/configure/configureapp.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure/configureapp.h')
-rw-r--r--tools/configure/configureapp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/configure/configureapp.h b/tools/configure/configureapp.h
index eaf871ecb7..9d3f7e39a8 100644
--- a/tools/configure/configureapp.h
+++ b/tools/configure/configureapp.h
@@ -43,7 +43,6 @@ public:
~Configure();
void parseCmdLine();
- bool displayHelp();
QString defaultTo(const QString &option);
bool checkAvailability(const QString &part);
@@ -146,9 +145,6 @@ private:
bool distClean = true);
bool compilerSupportsFlag(const QString &compilerAndArgs);
- void desc(const char *description, int startingAt = 0, int wrapIndent = 0);
- void desc(const char *option, const char *description, bool skipIndent = false, char fillChar = '.');
- void desc(const char *mark_option, const char *mark, const char *option, const char *description, char fillChar = '.');
void applySpecSpecifics();
QString formatConfigPath(const char *var);