Skip to content

Commit de41eae

Browse files
committed
Cleaning up more code
1 parent 469d486 commit de41eae

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

CSediaPlayer/MainWindow.xaml.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ public partial class MainWindow : Window
1717
double volume;
1818
double prevVolume;
1919
string path;
20-
bool FirstRun = true;
2120
Thread LoopingThread;
2221

2322

@@ -38,12 +37,6 @@ public MainWindow()
3837
LoopingThread = new Thread(Looper);
3938
LoopingThread.Start();
4039

41-
42-
//DelayAction(3000, TimerLoop);
43-
44-
45-
46-
4740
}
4841

4942
private void SongSelect()
@@ -62,9 +55,6 @@ private void SongSelect()
6255
player.URL = path;
6356
Current_Playing.Text = player.currentMedia.name;
6457
}
65-
66-
67-
6858
}
6959

7060

0 commit comments

Comments
 (0)