summaryrefslogtreecommitdiff
path: root/src/modinfo.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-12-09 18:34:09 +0100
committerTannin <devnull@localhost>2014-12-09 18:34:09 +0100
commit479fdb3dcd47fb8d951dc9aa9f558878d880ca04 (patch)
tree1b6b5a7e4dccdaee80cbdaae643d552f02a8e44f /src/modinfo.h
parentacf35da699f2bb01900552323cc1983b7f065422 (diff)
removed use of ModInfo::internalName
Diffstat (limited to 'src/modinfo.h')
-rw-r--r--src/modinfo.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/modinfo.h b/src/modinfo.h
index 4d70d22d..dbb5decf 100644
--- a/src/modinfo.h
+++ b/src/modinfo.h
@@ -317,13 +317,6 @@ public:
virtual QString name() const = 0;
/**
- * @brief getter for an internal name. This is usually the same as the regular name, but with special mod types it might be
- * this is used to distinguish between mods that have the same visible name
- * @return internal mod name
- */
- virtual QString internalName() const { return name(); }
-
- /**
* @brief getter for the mod path
*
* @return the (absolute) path to the mod
@@ -1018,7 +1011,6 @@ public:
virtual void endorse(bool) {}
virtual bool isEmpty() const { return false; }
virtual QString name() const;
- virtual QString internalName() const { return name() + INT_IDENTIFIER; }
virtual QString notes() const { return ""; }
virtual QDateTime creationTime() const;
virtual QString absolutePath() const;