]> Dogcows Code - chaz/tint2/blobdiff - src/util/area.c
cleanup code
[chaz/tint2] / src / util / area.c
index 34a4d13211e60e8b918a2805417686f5d5fc3f5d..adec3c9ae55da5720aa28179e0be3f132788f9d8 100644 (file)
@@ -220,7 +220,6 @@ int resize_by_layout(void *obj)
        Area *child, *a = (Area*)obj;
        int size, nb_by_content=0, nb_by_layout=0;
 
-       printf("resize_by_layout\n");
        if (panel_horizontal) {         
                // detect free size for SIZE_BY_LAYOUT's Area
                size = a->width - (2 * (a->paddingxlr + a->bg->border.width));
This page took 0.01836 seconds and 4 git commands to generate.