Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/display/src/display.c

    r4ac11ff r762f989  
    3838#include <mem.h>
    3939#include <stdlib.h>
    40 #include "../private/display.h"
    4140#include "../private/params.h"
    4241
     
    199198/** Destroy display window.
    200199 *
    201  * @param window Window or @c NULL
     200 * @param window Window
    202201 * @return EOK on success or an error code. In both cases @a window must
    203202 *         not be accessed anymore
     
    207206        async_exch_t *exch;
    208207        errno_t rc;
    209 
    210         if (window == NULL)
    211                 return EOK;
    212208
    213209        exch = async_exchange_begin(window->display->sess);
Note: See TracChangeset for help on using the changeset viewer.