Remove unnecessary GetLowercasedName() impl

This commit is contained in:
Oliver Hamlet
2018-10-20 12:48:22 +01:00
parent 27277b8dca
commit 4b08af4022
-1
View File
@@ -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>();