diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configreader.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configreader.h b/include/configreader.h index 3eb456b1f..d0feaccbb 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -905,12 +905,6 @@ class CoreExport ServerConfig : public Extensible */ std::string GetFullProgDir(); - /** Returns true if a directory is valid (within the modules directory). - * @param dirandfile The directory and filename to check - * @return True if the directory is valid - */ - static bool DirValid(const char* dirandfile); - /** Clean a filename, stripping the directories (and drives) from string. * @param name Directory to tidy * @return The cleaned filename |