(svn r18582) -Codechange: save 8 bytes from the Window class

This commit is contained in:
rubidium
2009-12-20 20:49:47 +00:00
parent a4a043344b
commit c03aadda08
2 changed files with 5 additions and 11 deletions

View File

@@ -293,8 +293,6 @@ public:
* Data structure for resizing a window
*/
struct ResizeInfo {
uint width; ///< Minimum allowed width of the window
uint height; ///< Minimum allowed height of the window
uint step_width; ///< Step-size of width resize changes
uint step_height; ///< Step-size of height resize changes
};