Skip to content

Commit

Permalink
code optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacro59 committed Nov 29, 2021
1 parent 6b64dbe commit 62e212b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions source/Controls/TimePicker/TimePicker.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,10 @@
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;

namespace TemperatureMeasurementTool
{
Expand Down
2 changes: 0 additions & 2 deletions source/GameActivitySettings.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using Playnite.SDK;
using CommonPluginsShared;
using System.Collections.Generic;
using System.Threading.Tasks;
using System.Linq;
using Playnite.SDK.Data;
using GameActivity.Models;
Expand Down
4 changes: 0 additions & 4 deletions source/Models/ExportedData.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace GameActivity.Models
{
Expand Down

0 comments on commit 62e212b

Please sign in to comment.