Skip to content

Commit

Permalink
Remove unnecessary namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
harborsiem committed Oct 26, 2022
1 parent be71ab5 commit 1992b89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion RibbonTools/Build/CSharpCodeBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ protected override void WriteHeader()
sw.WriteLine("using System;");
sw.WriteLine("using RibbonLib;");
sw.WriteLine("using RibbonLib.Controls;");
sw.WriteLine("using RibbonLib.Interop;");
sw.WriteLine();
sw.WriteLine("namespace RibbonLib.Controls");
sw.WriteLine("{");
Expand Down
1 change: 0 additions & 1 deletion RibbonTools/Build/VBCodeBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ protected override void WriteHeader()
sw.WriteLine("Imports System");
sw.WriteLine("Imports RibbonLib");
sw.WriteLine("Imports RibbonLib.Controls");
sw.WriteLine("Imports RibbonLib.Interop");
sw.WriteLine();
sw.WriteLine("Namespace RibbonLib.Controls");
//sw.WriteLine("{");
Expand Down

0 comments on commit 1992b89

Please sign in to comment.