X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=blobdiff_plain;f=registryd%2Fdeviceeventcontroller.c;h=9171c5b0e6d1e4146d2f411c838739b9ed94018a;hp=469616cb7e0ebbb1e448087d2e285e1b3d589995;hb=345cb4da5a1c04d511fab3c6c287a9f0bcd3dad8;hpb=4192ec5c3f02f9520d2905e3b6bf4f5d01f8c26c diff --git a/registryd/deviceeventcontroller.c b/registryd/deviceeventcontroller.c index 469616c..9171c5b 100644 --- a/registryd/deviceeventcontroller.c +++ b/registryd/deviceeventcontroller.c @@ -1961,13 +1961,6 @@ spi_device_event_controller_init (SpiDEController *device_event_controller) device_event_controller->mouse_listeners = NULL; device_event_controller->keygrabs_list = NULL; - /* - * TODO: fixme, this module makes the foolish assumptions that - * registryd uses the same display as the apps, and that the - * DISPLAY environment variable is set. - */ - gdk_init (NULL, NULL); - private = g_new0 (DEControllerPrivateData, 1); gettimeofday (&private->last_press_time, NULL); gettimeofday (&private->last_release_time, NULL);