Skip to content

Commit

Permalink
Remove registry tweaks in favor of .reg files
Browse files Browse the repository at this point in the history
  • Loading branch information
t1m0thyj committed Apr 28, 2020
1 parent 7ca9490 commit 38b8709
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 121 deletions.
1 change: 0 additions & 1 deletion src/MainMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ private static List<ToolStripItem> GetOptionsMenuItems()
fullScreenItem.Checked = JsonConfig.settings.fullScreenPause;
items.Add(fullScreenItem);

items.AddRange(RegistryTweaker.GetMenuItems());
items.AddRange(UpdateChecker.GetMenuItems());
items.Add(new ToolStripSeparator());

Expand Down
119 changes: 0 additions & 119 deletions src/RegistryTweaker.cs

This file was deleted.

1 change: 0 additions & 1 deletion src/WinDynamicDesktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="RegistryTweaker.cs" />
<Compile Include="RestResponse.cs" />
<Compile Include="ScriptManager.cs" />
<Compile Include="ThemeResult.cs" />
Expand Down

0 comments on commit 38b8709

Please sign in to comment.