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

Commit 8501b79

Browse files
Forgot to remove some code that handled the view
1 parent c2dd90e commit 8501b79

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/GitHub.VisualStudio/UI/Settings/OptionsControl.xaml.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ public bool EditorComments
3131
set { chkEditorComments.IsChecked = value; }
3232
}
3333

34-
public bool ForkButton
35-
{
36-
get { return chkForkButton.IsChecked ?? false; }
37-
set { chkForkButton.IsChecked = value; }
38-
}
39-
4034
private void Hyperlink_RequestNavigate(object sender, System.Windows.Navigation.RequestNavigateEventArgs e)
4135
{
4236
var browser = VisualStudio.Services.DefaultExportProvider.GetExportedValue<IVisualStudioBrowser>();

0 commit comments

Comments
 (0)