X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=src%2Fui.h;h=426f29cd9fefc36d589b2c6762792636a8eae30e;hp=12b6e2c1dd78245c0fbb1c3195e9fdd14641443f;hb=c1e20f2631a1249720e9c75d753eacfcb0f6c7b9;hpb=df5c07ee07ee2b1b058704db3ccadaf08510898a diff --git a/src/ui.h b/src/ui.h index 12b6e2c..426f29c 100644 --- a/src/ui.h +++ b/src/ui.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2014 jeanfi@gmail.com + * Copyright (C) 2010-2016 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -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 *);