mirror of https://github.com/MidnightCommander/mc
Dlg_head::parent is unused. Removed.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
777627103b
commit
330e3c60bc
|
@ -145,8 +145,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 *********************************************************/
|
||||
|
|
Loading…
Reference in New Issue