From 72fe64f28d02cf41aa90b636608421e9b86ab896 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 8 Aug 2017 11:29:03 -0400 Subject: Block enter in terminal --- ShiftOS.Frontend/GraphicsSubsystem/GraphicsContext.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'ShiftOS.Frontend/GraphicsSubsystem') diff --git a/ShiftOS.Frontend/GraphicsSubsystem/GraphicsContext.cs b/ShiftOS.Frontend/GraphicsSubsystem/GraphicsContext.cs index e6479e9..df9c064 100644 --- a/ShiftOS.Frontend/GraphicsSubsystem/GraphicsContext.cs +++ b/ShiftOS.Frontend/GraphicsSubsystem/GraphicsContext.cs @@ -209,8 +209,6 @@ namespace ShiftOS.Frontend.GraphicsSubsystem } } - - public class TextCache { public string Text { get; set; } -- cgit v1.2.3