Просмотр исходного кода

Dlg_head::parent is unused. Removed.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Andrew Borodin 14 лет назад
Родитель
Сommit
34b694ca30
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      lib/widget/dialog.h

+ 0 - 2
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 *********************************************************/