X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/910c21c00c9be54ac3517dab20e1e63df8f93eb7..8b629657bab226e6a0f91d4f147d448b4c84be2f:/osx.m diff --git a/osx.m b/osx.m index bbe47f3..ccfdbaa 100644 --- a/osx.m +++ b/osx.m @@ -1219,9 +1219,7 @@ struct frontend { - (void)setStatusLine:(char *)text { - char *rewritten = midend_rewrite_statusbar(me, text); - [[status cell] setTitle:[NSString stringWithCString:rewritten]]; - sfree(rewritten); + [[status cell] setTitle:[NSString stringWithCString:text]]; } @end