Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Commit 5b70710

Browse files
committed
Removes unused vars
1 parent 3962940 commit 5b70710

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

WPFMETRO/Converter.xaml.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ public partial class Converter : MetroWindow
3232
private readonly string videoFilter = "Video (*.m4a;*.mp4;*.3gp;*.m4v;*.mov;*.webm)|*.m4a;*.mp4;*.3gp;*.m4v;*.mov;*.webm";
3333
private readonly string audioFilter = "Audio (*.ogg;*.mp3;*.m4a;*.flac; *.mpeg) |*.ogg;*.mp3;*.m4a;*.flac;*.mpeg";
3434

35-
private string[] videoFormats = { ".m4a", ".mp4", ".3gp", ".m4v", ".mov", ".webm" };
36-
private string[] audioFormats = { ".ogg", ".mp3", ".m4a", ".flac", ".mpeg" };
37-
3835
private string inputFile = "";
3936
private string outputFile = "";
4037

0 commit comments

Comments
 (0)