summaryrefslogtreecommitdiff
path: root/include/configreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configreader.h b/include/configreader.h
index bc5a09f02..cd8d66849 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -318,11 +318,6 @@ class CoreExport ServerConfig : public classbase
*/
std::string ModPath;
- /** The full pathname to the executable, as
- * given in argv[0] when the program starts.
- */
- std::string MyExecutable;
-
/** The file handle of the logfile. If this
* value is NULL, the log file is not open,
* probably due to a permissions error on
@@ -669,11 +664,6 @@ class CoreExport ServerConfig : public classbase
bool ApplyDisabledCommands(const std::string& data);
- /** Returns the fully qualified path to the inspircd directory
- * @return The full program directory
- */
- std::string GetFullProgDir();
-
/** Clean a filename, stripping the directories (and drives) from string.
* @param name Directory to tidy
* @return The cleaned filename