Changeset 9bf5da6f in mainline for uspace/lib/ui/src/window.c


Ignore:
Timestamp:
2021-10-02T19:17:05Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6d172f6
Parents:
e0cf963
Message:

Remove accidentally left over debugging code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/src/window.c

    re0cf963 r9bf5da6f  
    332332        if (ui->display == NULL) {
    333333                ui_window_place(window, &ui->rect, params, &window->dpos);
    334                 FILE *f = fopen("/tmp/x", "at");
    335                 fprintf(f, "xlate_gc_set_off: %d,%d\n",
    336                     window->dpos.x, window->dpos.y);
    337                 fclose(f);
    338334
    339335                if (window->xgc != NULL)
Note: See TracChangeset for help on using the changeset viewer.