Skip to content

Commit be816d4

Browse files
committed
clean some stuff
1 parent 4112e25 commit be816d4

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

CSharpRegexTools4Npp/CSharpRegexTools4Npp.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,6 @@
188188
<DEBUG32 Include="bin\Debug\*.*" />
189189
<NPP64BIT Include="$(NppPath64)\plugins\CSharpRegexTools4Npp" />
190190
<NPP32BIT Include="$(NppPath32)\plugins\CSharpRegexTools4Npp" />
191-
<TRANSLATION_ORIGIN Include="..\translation\*.json5" />
192-
<TRANSLATION32 Include="$(NppPath32)\plugins\CSharpRegexTools4Npp\translation" />
193-
<TRANSLATION64 Include="$(NppPath64)\plugins\CSharpRegexTools4Npp\translation" />
194191
</ItemGroup>
195192
<MakeDir Directories="@(NPP64BIT)" Condition=" '$(Platform)' == 'x64' " />
196193
<MakeDir Directories="@(NPP32BIT)" Condition=" '$(Platform)' == 'x86' " />

CSharpRegexTools4Npp/Main.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ class Main
2121
internal const string PluginName = "C# Regex Tools 4 Npp";
2222
public static readonly string PluginConfigDirectory = Path.Combine(Npp.Notepad.GetConfigDirectory(), PluginName);
2323
public const string PluginRepository = "https://github.com/codingseb/CSharpRegexTools4Npp";
24-
// general stuff things
25-
private static readonly Icon dockingFormIcon = null;
26-
private static readonly string sessionFilePath = Path.Combine(PluginConfigDirectory, "savedNppSession.xml");
27-
// indicator things
28-
// Allowing translation to other languages
2924
/// <summary>
3025
/// This listens to the message that Notepad++ sends when its UI language is changed.
3126
/// </summary>

0 commit comments

Comments
 (0)