arg, committed debug code again

This commit is contained in:
Bill Currie 2004-02-07 00:10:39 +00:00
parent 51cd2fc69a
commit 9f56ee80c6

View file

@ -34,9 +34,6 @@
#include "gui/Slider.h" #include "gui/Slider.h"
#include "options_util.h" #include "options_util.h"
void ()traceon=#0;
void ()traceoff=#0;
@implementation CvarToggle @implementation CvarToggle
-(id)initWithCvar:(string)cvname -(id)initWithCvar:(string)cvname
@ -92,10 +89,8 @@ void ()traceoff=#0;
-(void)toggle -(void)toggle
{ {
traceon();
[toggle toggle]; [toggle toggle];
[self update]; [self update];
traceoff();
} }
@end @end