X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=src%2Fui.h;fp=src%2Fui.h;h=426f29cd9fefc36d589b2c6762792636a8eae30e;hp=95135d647c77f8da8e5b7a8c9e85ddf5487b2176;hb=c1e20f2631a1249720e9c75d753eacfcb0f6c7b9;hpb=e6444eb3fa27922e70f4ae2bbcd32a3d6f295ab8 diff --git a/src/ui.h b/src/ui.h index 95135d6..426f29c 100644 --- a/src/ui.h +++ b/src/ui.h @@ -51,16 +51,6 @@ struct ui_psensor { int graph_update_interval; }; -/* - * Update the window according to the configuration. - * - * Creates or re-creates the sensor_box according to the position of - * the list of sensors in the configuration. - * - * Show or hide the menu bar. - */ -void ui_window_update(struct ui_psensor *); - /* Show the main psensor window. */ void ui_window_show(struct ui_psensor *);