Remove Version.Decompose()

It's not even defined anywhere...
This commit is contained in:
Oliver Hamlet
2015-12-06 10:24:37 +00:00
parent f6924d0e5e
commit aac55832e9
-3
View File
@@ -48,9 +48,6 @@ namespace loot {
private:
std::string verString;
static const std::regex versionRegex;
void Decompose(std::vector<unsigned long>& release,
std::vector<std::string>& preRelease) const;
};
}