Skip to content

Commit 1d1b55a

Browse files
committed
Remove unneeded Dispose
1 parent 84503b7 commit 1d1b55a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Rubberduck.Core/UI/Command/MenuItems/CommandBars/AppCommandBarBase.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ public void RemoveCommandBar()
200200
Logger.Debug("Removing commandbar.");
201201
RemoveChildren();
202202
Item.Delete();
203-
Item.Dispose();
204203
Item = null;
205204
Parent = null;
206205
}

0 commit comments

Comments
 (0)