lib/widget/dialog.h: remove unused typedef.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2020-04-26 13:21:27 +03:00
parent 570f5c1875
commit 4c43c29aca

View File

@ -53,9 +53,6 @@ typedef char *(*dlg_title_str) (const WDialog * h, size_t len);
typedef int dlg_colors_t[DLG_COLOR_COUNT];
/* menu command execution */
typedef cb_ret_t (*menu_exec_fn) (int command);
/*** structures declarations (and typedefs of structures)*****************************************/
struct WDialog