Removed unused variables.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@14275 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Pierre-Yves Rivaille 2002-08-14 17:28:50 +00:00
parent 3b8f69f231
commit b8b0859701

View file

@ -822,10 +822,6 @@ static BOOL currently_displaying = NO;
BOOL rightEmpty = YES; BOOL rightEmpty = YES;
BOOL topEmpty = YES; BOOL topEmpty = YES;
BOOL bottomEmpty = YES; BOOL bottomEmpty = YES;
float bestLeftPosition;
float bestRightPosition;
float bestTopPosition;
float bestBottomPosition;
float leftStart; float leftStart;
float rightStart; float rightStart;
float topStart; float topStart;