mirror of
https://github.com/fortressforever/fortressforever-2013.git
synced 2024-11-25 05:41:13 +00:00
Fixed an unused variable warning
This commit is contained in:
parent
450ba1f4c7
commit
65d28cc2e0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue