diff options
| author | EverythingWindows <[email protected]> | 2022-11-17 11:03:57 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-17 11:03:57 +0700 |
| commit | b6ad60f56854bdf720c1e7177f011329048516db (patch) | |
| tree | 69c61110b7b2e24cce5260829eed80eb192debe1 /ShiftOS-TheRevival/TerminalApplications/External | |
| parent | e08f5e8e55a2c7061a638bba6428f6d9b495d4c7 (diff) | |
| download | shiftos-therevival-old-b6ad60f56854bdf720c1e7177f011329048516db.tar.gz shiftos-therevival-old-b6ad60f56854bdf720c1e7177f011329048516db.tar.bz2 shiftos-therevival-old-b6ad60f56854bdf720c1e7177f011329048516db.zip | |
CodepointSystem module, ColorSystem module, Completing TerminalInternalApps migrating to modules
Diffstat (limited to 'ShiftOS-TheRevival/TerminalApplications/External')
| -rw-r--r-- | ShiftOS-TheRevival/TerminalApplications/External/TerminalExternalApps.vb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ShiftOS-TheRevival/TerminalApplications/External/TerminalExternalApps.vb b/ShiftOS-TheRevival/TerminalApplications/External/TerminalExternalApps.vb index 24a6435..3f91782 100644 --- a/ShiftOS-TheRevival/TerminalApplications/External/TerminalExternalApps.vb +++ b/ShiftOS-TheRevival/TerminalApplications/External/TerminalExternalApps.vb @@ -19,16 +19,6 @@ Module TerminalExternalApps Public TextPad_FileName As String Public TextPad_TempText As New Timer - Public Sub ChangeCP(Addition As Boolean, NeededCP As Integer) - Dim TempCP As Integer = Convert.ToInt32(Strings.ComputerInfo(2)) - If Addition = True Then - TempCP = TempCP + NeededCP - Else - TempCP = TempCP - NeededCP - End If - Strings.ComputerInfo(2) = Convert.ToString(TempCP) - End Sub - Public Sub AppHost(App As Object, UseToolBar As Boolean) Select Case App Case "bc" |
