From 2950e4546a0aad1036a7e655c41d170e6dd7ef12 Mon Sep 17 00:00:00 2001 From: FloppyDiskDrive Date: Tue, 21 Nov 2017 16:12:15 -0600 Subject: updated the TerminalBackend.cs file lel --- ShiftOS.Engine/UI/ShiftButton.Designer.cs | 36 ------------------------------- 1 file changed, 36 deletions(-) delete mode 100644 ShiftOS.Engine/UI/ShiftButton.Designer.cs (limited to 'ShiftOS.Engine/UI/ShiftButton.Designer.cs') diff --git a/ShiftOS.Engine/UI/ShiftButton.Designer.cs b/ShiftOS.Engine/UI/ShiftButton.Designer.cs deleted file mode 100644 index c744a90..0000000 --- a/ShiftOS.Engine/UI/ShiftButton.Designer.cs +++ /dev/null @@ -1,36 +0,0 @@ -namespace ShiftOS.Engine.UI -{ - partial class ShiftButton - { - /// - /// Required designer variable. - /// - private System.ComponentModel.IContainer components = null; - - /// - /// Clean up any resources being used. - /// - /// true if managed resources should be disposed; otherwise, false. - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Component Designer generated code - - /// - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// - private void InitializeComponent() - { - components = new System.ComponentModel.Container(); - } - - #endregion - } -} -- cgit v1.2.3