diff options
| author | Tannin <devnull@localhost> | 2015-01-24 19:34:12 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-01-24 19:34:12 +0100 |
| commit | c3a95bdef1d989a54684b966e042b12bf682046d (patch) | |
| tree | 83a09ca9252b9d5a060acb415b8c3c0923cfe2c3 /src/helper.h | |
| parent | 9edc39633b82b5e02d33c4b0a395fe110af28eb4 (diff) | |
| parent | f756aede08edb315ebe5882098191ebfe971fd81 (diff) | |
Merge with branch1.2
Diffstat (limited to 'src/helper.h')
| -rw-r--r-- | src/helper.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/helper.h b/src/helper.h index 0144c39f..36f10db1 100644 --- a/src/helper.h +++ b/src/helper.h @@ -44,15 +44,6 @@ namespace Helper { bool init(const std::wstring &moDirectory);
/**
- * @brief set or unset the current instance of ModOrganizer as the global handler for nxm links
- *
- * @param moDirectory absolute path to the modOrganizer base directory
- * @param enable if true, ModOrganizer will become the handler for nxm links. If false, the nxm handler will be unset
- * @return true on success
- **/
-bool setNXMHandler(const std::wstring &moDirectory, bool enable);
-
-/**
* @brief sets the last modified time for all .bsa-files in the target directory well into the past
* @param moDirectory absolute path to the modOrganizer base directory
* @param dataPath the path taht contains the .bsa-files, usually the data directory of the game
|
