arg, committed debug code again

This commit is contained in:
Bill Currie 2004-02-07 00:10:39 +00:00
parent 51cd2fc69a
commit 9f56ee80c6
1 changed files with 0 additions and 5 deletions

View File

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