Skip to content

Commit 0be7e5e

Browse files
committed
Delete test code
1 parent c63b73a commit 0be7e5e

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

App.rbbas

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
#tag Class
22
Protected Class App
33
Inherits Application
4-
#tag Event
5-
Sub Open()
6-
Dim bs As BinaryStream = BinaryStream.Open(GetFolderItem("D:\Music\Soundtracks\Elder Scrolls\Skyrim\Disk 1\The Elder Scrolls V- Skyrim - Night without Stars.flac"))
7-
Dim m As New libvlc.Medium(bs)
8-
Dim p As New VLCPlayer(m)
9-
If Not p.Play() Then Break
10-
Do Until Not p.IsPlaying
11-
DoEvents
12-
Loop
13-
Quit
14-
End Sub
15-
#tag EndEvent
16-
17-
184
#tag Constant, Name = kEditClear, Type = String, Dynamic = False, Default = \"&Delete", Scope = Public
195
#Tag Instance, Platform = Windows, Language = Default, Definition = \"&Delete"
206
#Tag Instance, Platform = Linux, Language = Default, Definition = \"&Delete"

0 commit comments

Comments
 (0)