Skip to content

Commit

Permalink
RMG-Core: remove invalid name in get_plugin_type_name()
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Feb 27, 2025
1 parent 3570200 commit 572792a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Source/RMG-Core/Plugins.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ static std::string get_plugin_type_name(CorePluginType type)
case CorePluginType::Input:
name = "Input";
break;
case CorePluginType::Invalid:
name = "Invalid";
break;
}

return name + " Plugin";
Expand Down

0 comments on commit 572792a

Please sign in to comment.