Skip to content

Commit

Permalink
Remove unnecessary dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
wrt54g committed Aug 14, 2022
1 parent f69fb75 commit 9986fff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions SpeechApiReflectionHelper.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Speech.Synthesis;
using System.Text;
using System.Threading.Tasks;

namespace GameOCRTTS
{
Expand Down
3 changes: 1 addition & 2 deletions TextHelper.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Text;
using System.Text.RegularExpressions;

Expand Down

0 comments on commit 9986fff

Please sign in to comment.