Removed some compiler warnings.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18329 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2004-01-07 13:25:29 +00:00
parent 0ceb993ba0
commit 4e578145fe
6 changed files with 15 additions and 80 deletions

View file

@ -591,7 +591,7 @@ static NSColor *scrollBarColor = nil;
float floatValue;
float offset;
float initialOffset;
NSEvent *presentEvent;
NSEvent *presentEvent = theEvent;
NSEventType eventType = [theEvent type];
NSRect knobRect;
unsigned flags = [theEvent modifierFlags];