Skip to content

Commit 18232cd

Browse files
committed
Remove delete button
1 parent 7ae8c4e commit 18232cd

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

RetailCoder.VBE/UI/SourceControl/ChangesView.xaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -217,17 +217,6 @@
217217
IsEnabled="{Binding ElementName=UntrackFilesGrid, Path=SelectedItem, Converter={StaticResource HasSelectedItems}}"
218218
Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=SourceControl_IncludeFileButton}"
219219
Height="22" />
220-
<Button Command="{Binding DeleteFileToolbarButtonCommand}"
221-
CommandParameter="{Binding ElementName=UntrackFilesGrid, Path=SelectedItem}"
222-
IsEnabled="{Binding ElementName=UntrackFilesGrid, Path=SelectedItem, Converter={StaticResource HasSelectedItems}}"
223-
Height="22">
224-
<StackPanel Orientation="Horizontal">
225-
<Image Source="{StaticResource DeleteImage}" />
226-
<TextBlock Text="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=SourceControl_Delete}"
227-
Margin="2,0"
228-
VerticalAlignment="Center" />
229-
</StackPanel>
230-
</Button>
231220
</ToolBar>
232221
</ToolBarTray>
233222
<DataGrid ItemsSource="{Binding UntrackedFiles}"

0 commit comments

Comments
 (0)