mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
arg, committed debug code again
This commit is contained in:
parent
51cd2fc69a
commit
9f56ee80c6
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue