forgot to remove these too

This commit is contained in:
Gered 2013-08-17 18:10:36 -04:00
parent 78e1a0df25
commit c7b00469ae

View file

@ -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; }
}
}