X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=src%2Fui.h;h=426f29cd9fefc36d589b2c6762792636a8eae30e;hp=42f2af7c1386f0762577c1cb1c8d6418b1e34d75;hb=c1e20f2631a1249720e9c75d753eacfcb0f6c7b9;hpb=d280db5907574f0d29458dd5d301ce030a13189b diff --git a/src/ui.h b/src/ui.h index 42f2af7..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 *); @@ -72,12 +62,9 @@ void ui_window_create(struct ui_psensor *ui); void ui_menu_bar_show(unsigned int show, struct ui_psensor *ui); -void ui_show_about_dialog(void); - void ui_enable_alpha_channel(struct ui_psensor *ui); void ui_cb_preferences(GtkMenuItem *mi, gpointer data); -void ui_cb_about(GtkMenuItem *mi, gpointer data); void ui_cb_menu_quit(GtkMenuItem *mi, gpointer data); void ui_cb_sensor_preferences(GtkMenuItem *mi, gpointer data);