Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 48f180d

Browse files
Removing viewLocator
1 parent 3639807 commit 48f180d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/GitHub.VisualStudio/Views/GitHubPane/PullRequestDetailView.xaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@
4343
<ghfvs:SharedDictionaryManager Source="pack://application:,,,/GitHub.UI;component/Assets/Markdown.xaml" />
4444
</ResourceDictionary.MergedDictionaries>
4545

46-
<v:ViewLocator x:Key="viewLocator"/>
47-
4846
<Style x:Key="Separator" TargetType="Rectangle">
4947
<Setter Property="Fill" Value="{DynamicResource GitHubHeaderSeparatorBrush}"/>
5048
</Style>
@@ -258,11 +256,6 @@
258256
<StackPanel Grid.IsSharedSizeScope="True" />
259257
</ItemsPanelTemplate>
260258
</ItemsControl.ItemsPanel>
261-
<ItemsControl.ItemTemplate>
262-
<DataTemplate DataType="ghfvs:PullRequestCheckViewModel">
263-
<ContentControl Content="{Binding Converter={StaticResource viewLocator}}"/>
264-
</DataTemplate>
265-
</ItemsControl.ItemTemplate>
266259
</ItemsControl>
267260
</ghfvs:SectionControl>
268261

0 commit comments

Comments
 (0)