Skip to content

Commit c986f80

Browse files
committed
Remove unused using directives in EntryPoint.cs
Unused using directives for System, System.IO, and System.Reflection were removed to clean up the code. This improves readability and ensures adherence to good coding practices. No functional changes were made.
1 parent b6d094b commit c986f80

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

source/HI2UC/EntryPoint.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
using System;
2-
using System.Collections.Generic;
1+
using System.Collections.Generic;
32
using System.Diagnostics;
4-
using System.IO;
5-
using System.Reflection;
63
using System.Windows.Forms;
74
using Nikse.SubtitleEdit.PluginLogic.Services;
85

0 commit comments

Comments
 (0)