X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmainloop.h;h=373528e35f730db3ac1cb40c1febe7698d6749fd;hb=7c1a00802326a608bc1baeb67731a9ab3eda8ba6;hp=03f00359e01f2e476e433d3f0f7f357a8c6d4b16;hpb=2442cdfd85e5229c7ee4ac49ca66a7d55ffcb919;p=chaz%2Fopenbox diff --git a/openbox/mainloop.h b/openbox/mainloop.h index 03f00359..373528e3 100644 --- a/openbox/mainloop.h +++ b/openbox/mainloop.h @@ -70,12 +70,6 @@ void ob_main_loop_timeout_remove_data(ObMainLoop *loop, gpointer data, gboolean cancel_dest); -struct _ObAction; - -/*! Queues an action, which will be run when there are no more X events - to process */ -void ob_main_loop_queue_action(ObMainLoop *loop, struct _ObAction *act); - void ob_main_loop_run(ObMainLoop *loop); void ob_main_loop_exit(ObMainLoop *loop);