diff options
Diffstat (limited to 'src/module.c')
-rw-r--r-- | src/module.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/module.c b/src/module.c index 994c229..cc8269e 100644 --- a/src/module.c +++ b/src/module.c @@ -288,9 +288,6 @@ resize_horiz(GanvModule* module) double title_w, title_h; title_size(module, &title_w, &title_h); - printf("MEASURED: %lf\n", m.width); - printf("TITLE W: %lf\n", title_w); - // Basic height contains title, icon double header_height = 2.0 + title_h; |