summaryrefslogtreecommitdiff
path: root/src/profile.h
diff options
context:
space:
mode:
authorThomas Tanner <trtanner@btinternet.com>2015-12-06 21:10:37 +0000
committerThomas Tanner <trtanner@btinternet.com>2015-12-06 21:10:37 +0000
commit7b087f8f9d94b3758b3dad8d29670cd73d058510 (patch)
treec12d9b5ce09effca41f3cbbf7ba46d8c2e0cdd1a /src/profile.h
parenteff0f46872c250bbd5543041b8ef4f00aacd458e (diff)
Facepalm moments - realised gameinfo init call is no longer needed. Removed all references
Diffstat (limited to 'src/profile.h')
-rw-r--r--src/profile.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/profile.h b/src/profile.h
index b306e0c5..e33ac674 100644
--- a/src/profile.h
+++ b/src/profile.h
@@ -102,10 +102,6 @@ public:
/**
* @brief activate archive invalidation
- *
- * @param dataDirectory data directory of the game
- * @todo passing the data directory as a parameter is useless, the function should
- * be able to query it from GameInfo
**/
void activateInvalidation();