Fixed an unused variable warning

This commit is contained in:
squeek 2013-11-09 04:29:05 +00:00
parent 450ba1f4c7
commit 65d28cc2e0
1 changed files with 1 additions and 1 deletions

View File

@ -249,10 +249,10 @@ void CFF_CL_LuaUI_BasePanel::SetProportionalPos( const char *xstr, const char *y
surface()->ForceScreenSizeOverride( true, alignScreenWide, alignScreenTall );
}
/*
int parentX = 0;
int parentY = 0;
/*
// flag to cause windows to get screenWide and screenTall from their parents,
// this allows children windows to use fill and right/bottom alignment even
// if their parent does not use the full screen.