Skip to content

Commit 9a0e459

Browse files
committed
Cleaned code.
1 parent cf23f0e commit 9a0e459

4 files changed

Lines changed: 1 addition & 16 deletions

File tree

src/Aneejian.PowerPoint.Downsizer.AddIn/IUsageStats.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
6-
7-
namespace Aneejian.PowerPoint.Downsizer.AddIn
1+
namespace Aneejian.PowerPoint.Downsizer.AddIn
82
{
93
internal interface IUsageStats
104
{

src/Aneejian.PowerPoint.Downsizer.AddIn/Performer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using Aneejian.PowerPoint.Downsizer.SlideMaster;
2-
using System;
32
using System.Diagnostics;
43
using System.Threading.Tasks;
54

src/Aneejian.PowerPoint.Downsizer.AddIn/StatsManager.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
using Aneejian.PowerPoint.Downsizer.SlideMaster;
22
using System;
3-
using System.Collections.Generic;
4-
using System.Linq;
5-
using System.Text;
6-
using System.Threading.Tasks;
73

84
namespace Aneejian.PowerPoint.Downsizer.AddIn
95
{

src/Aneejian.PowerPoint.Downsizer.AddIn/UsageStats.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
62

73
namespace Aneejian.PowerPoint.Downsizer.AddIn
84
{

0 commit comments

Comments
 (0)