Commit 8274b979 authored by Victor Ananjevsky's avatar Victor Ananjevsky

code cleanup

parent 6239dcfd
......@@ -1636,7 +1636,6 @@ yad_options_init (void)
options.notification_data.middle = TRUE;
options.notification_data.hidden = FALSE;
options.notification_data.menu = NULL;
options.notification_data.icon_size = 16;
/* Initialize paned data */
options.paned_data.orient = GTK_ORIENTATION_VERTICAL;
......
......@@ -383,7 +383,6 @@ typedef struct {
gboolean middle;
gboolean hidden;
gchar *menu;
guint icon_size;
} YadNotificationData;
typedef struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment