Cleanup: remove usings

This commit is contained in:
n00mkrad
2025-12-23 22:56:05 +01:00
parent 925bb13251
commit d539c32620
47 changed files with 19 additions and 171 deletions

View File

@@ -1,6 +1,4 @@
using System.Globalization;
namespace Flowframes.Data
namespace Flowframes.Data
{
class AudioTrack
{

View File

@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Flowframes.Data
namespace Flowframes.Data
{
class Padding
{

View File

@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Collections.Generic;
namespace Flowframes.Data
{

View File

@@ -1,5 +1,4 @@
using Flowframes.Forms;
using Flowframes.IO;
using Flowframes.IO;
using System;
using System.Collections.Generic;
using System.Linq;

View File

@@ -1,6 +1,4 @@
using Flowframes.Extensions;
namespace Flowframes.Data.Streams
namespace Flowframes.Data.Streams
{
public class SubtitleStream : Stream
{

View File

@@ -1,6 +1,4 @@
using System.Globalization;
namespace Flowframes.Data
namespace Flowframes.Data
{
class SubtitleTrack
{

View File

@@ -2,7 +2,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Media;
namespace Flowframes.Data
{

View File

@@ -1,10 +1,5 @@
using Flowframes.Utilities;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Flowframes.Data
{