Skip to content

Commit c28d2c7

Browse files
committed
Remove unused item in interface
1 parent 2d7e062 commit c28d2c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

RetailCoder.VBE/Refactorings/Rename/IRenameView.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,5 @@ public interface IRenameView : IDialogView
77
{
88
Declaration Target { get; set; }
99
string NewName { get; set; }
10-
11-
void Hide();
1210
}
1311
}

0 commit comments

Comments
 (0)