Skip to content

Commit bd0f5a6

Browse files
committed
Removed redundant override
1 parent 2236414 commit bd0f5a6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/ScatterplotPlugin.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -815,11 +815,6 @@ ScatterplotPluginFactory::ScatterplotPluginFactory()
815815
getPluginMetadata().setLicenseText("This plugin is distributed under the [LGPL v3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html) license.");
816816
}
817817

818-
QIcon ScatterplotPluginFactory::getIcon(const QColor& color /*= Qt::black*/) const
819-
{
820-
return Application::getIconFont("FontAwesome").getIcon("braille", color);
821-
}
822-
823818
ViewPlugin* ScatterplotPluginFactory::produce()
824819
{
825820
return new ScatterplotPlugin(this);

0 commit comments

Comments
 (0)