aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/Applications/Shifter.vb
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/Applications/Shifter.vb')
-rw-r--r--ShiftOS-TheRevival/MainForms/Applications/Shifter.vb17
1 files changed, 0 insertions, 17 deletions
diff --git a/ShiftOS-TheRevival/MainForms/Applications/Shifter.vb b/ShiftOS-TheRevival/MainForms/Applications/Shifter.vb
deleted file mode 100644
index 4613ee1..0000000
--- a/ShiftOS-TheRevival/MainForms/Applications/Shifter.vb
+++ /dev/null
@@ -1,17 +0,0 @@
-Public Class Shifter
- Public DuWM_PID As Integer 'DuWM Process ID
-
- Private Sub Shifter_Load(sender As Object, e As EventArgs) Handles MyBase.Load
-
- End Sub
-
- Private Sub DuWM_Tick(sender As Object, e As EventArgs)
- If Strings.ProcessID(DuWM_PID) = 0 Then
- Close()
- End If
- End Sub
-
- Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
- Close()
- End Sub
-End Class \ No newline at end of file