mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Remove unnecessary GetLowercasedName() impl
This commit is contained in:
@@ -125,7 +125,6 @@ private:
|
||||
class OtherPluginType : public PluginInterface {
|
||||
public:
|
||||
std::string GetName() const { return ""; }
|
||||
std::string GetLowercasedName() const { return ""; }
|
||||
std::optional<std::string> GetVersion() const { return std::nullopt; }
|
||||
std::vector<std::string> GetMasters() const {
|
||||
return std::vector<std::string>();
|
||||
|
||||
Reference in New Issue
Block a user