Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 74d15a0

Browse files
committed
Remove unused imports
1 parent e0c80f0 commit 74d15a0

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

Visual Studio Project Template C#/PluginInfrastructure/GatewayDomain.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// NPP plugin platform for .Net v0.94.00 by Kasper B. Graversen etc.
22
using System;
33
using System.Runtime.InteropServices;
4-
using System.Text;
54

65
namespace Kbg.NppPluginNET.PluginInfrastructure
76
{

Visual Studio Project Template C#/PluginInfrastructure/Preference_h.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
// "notepad-plus-plus/scintilla/include/Scintilla.iface"
55
// found at
66
// https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/scintilla/include/Scintilla.iface
7-
using System;
8-
using System.Collections.Generic;
9-
using System.Linq;
10-
using System.Text;
117

128
namespace NppPluginNET.PluginInfrastructure
139
{

Visual Studio Project Template C#/PluginInfrastructure/resource_h.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
// "notepad-plus-plus/scintilla/include/Scintilla.iface"
55
// found at
66
// https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/scintilla/include/Scintilla.iface
7-
using System;
8-
using System.Collections.Generic;
9-
using System.Linq;
10-
using System.Text;
117
using Kbg.NppPluginNET.PluginInfrastructure;
128

139
namespace NppPluginNET.PluginInfrastructure

0 commit comments

Comments
 (0)