From 34b694ca30cf4cd336ea83cafd0a8e48567ee046 Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Wed, 30 Mar 2011 13:00:04 +0400 Subject: [PATCH] Dlg_head::parent is unused. Removed. Signed-off-by: Andrew Borodin --- lib/widget/dialog.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/widget/dialog.h b/lib/widget/dialog.h index 468be9e68..22f00ff5c 100644 --- a/lib/widget/dialog.h +++ b/lib/widget/dialog.h @@ -144,8 +144,6 @@ struct Dlg_head dlg_cb_fn callback; dlg_shortcut_str get_shortcut; /* Shortcut string */ dlg_title_str get_title; /* useless for modal dialogs */ - - struct Dlg_head *parent; /* Parent dialog */ }; /*** global variables defined in .c file *********************************************************/ -- 2.11.4.GIT