Skip to content

Commit acaa639

Browse files
author
Sébastien Geiser
committed
Refactroring
1 parent 837a5fd commit acaa639

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

CSharpRegexTools4Npp/FodyWeavers.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
3-
<Costura>
4-
</Costura>
3+
<Costura />
54
</Weavers>

CSharpRegexTools4Npp/Main.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using RegexDialog;
33
using System;
44
using System.Drawing;
5-
using System.IO;
65
using System.Linq;
76
using System.Runtime.InteropServices;
87
using System.Windows;

CSharpRegexTools4Npp/PluginInfrastructure/UnmanagedExports.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using System;
55
using System.Runtime.InteropServices;
66
using System.Windows.Forms;
7-
using CSScriptNativeApi;
87

98
namespace CSharpRegexTools4Npp
109
{

0 commit comments

Comments
 (0)