mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Remove unused version constructor.
This commit is contained in:
@@ -96,8 +96,6 @@ namespace loot {
|
||||
#endif
|
||||
}
|
||||
|
||||
Version::Version(const Plugin& plugin) : verString(plugin.Version()) {}
|
||||
|
||||
string Version::AsString() const {
|
||||
return verString;
|
||||
}
|
||||
|
||||
@@ -25,8 +25,6 @@
|
||||
#ifndef __LOOT_VERSION__
|
||||
#define __LOOT_VERSION__
|
||||
|
||||
#include "plugin/plugin.h"
|
||||
|
||||
#include <string>
|
||||
#include <boost/filesystem.hpp>
|
||||
|
||||
@@ -39,7 +37,6 @@ namespace loot {
|
||||
Version();
|
||||
Version(const std::string& ver);
|
||||
Version(const boost::filesystem::path& file);
|
||||
Version(const Plugin& plugin);
|
||||
|
||||
std::string AsString() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user