Index: src/DeltaShell/DeltaShell.Plugins.SharpMapGis.Gui/Forms/MapLegendView/VectorStyleTreeViewNodePresenter.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r367570aed0000b2f1bf6ed9e98385a47f4302e85 --- src/DeltaShell/DeltaShell.Plugins.SharpMapGis.Gui/Forms/MapLegendView/VectorStyleTreeViewNodePresenter.cs (.../VectorStyleTreeViewNodePresenter.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ src/DeltaShell/DeltaShell.Plugins.SharpMapGis.Gui/Forms/MapLegendView/VectorStyleTreeViewNodePresenter.cs (.../VectorStyleTreeViewNodePresenter.cs) (revision 367570aed0000b2f1bf6ed9e98385a47f4302e85) @@ -1,6 +1,5 @@ using System.ComponentModel; using DelftTools.Controls; -using DelftTools.Shell.Gui; using DelftTools.Shell.Gui.Swf; using SharpMap.Styles; @@ -10,8 +9,6 @@ { public VectorStyleTreeViewNodePresenter() : base(null) {} - public VectorStyleTreeViewNodePresenter(GuiPlugin guiPlugin) : base(guiPlugin) {} - public override void UpdateNode(ITreeNode parentNode, ITreeNode node, VectorStyle style) { if (node.Tag != style)