From c7b00469ae992dde14dbe580faf3f6138d760c6d Mon Sep 17 00:00:00 2001 From: gered Date: Sat, 17 Aug 2013 18:10:36 -0400 Subject: [PATCH] forgot to remove these too --- Blarg.GameFramework.SDL2/SDLWindow.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Blarg.GameFramework.SDL2/SDLWindow.cs b/Blarg.GameFramework.SDL2/SDLWindow.cs index 71bd42d..65d728e 100644 --- a/Blarg.GameFramework.SDL2/SDLWindow.cs +++ b/Blarg.GameFramework.SDL2/SDLWindow.cs @@ -7,10 +7,6 @@ namespace Blarg.GameFramework public Rect ClientRectangle { get; internal set; } public int ClientWidth { get; internal set; } public int ClientHeight { get; internal set; } - public int X { get; internal set; } - public int Y { get; internal set; } - public int Width { get; internal set; } - public int Height { get; internal set; } } }