From 4c43c29acaa194b73001237a7f37dc3f7c512fdb Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Sun, 26 Apr 2020 13:21:27 +0300 Subject: [PATCH] lib/widget/dialog.h: remove unused typedef. Signed-off-by: Andrew Borodin --- lib/widget/dialog.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/widget/dialog.h b/lib/widget/dialog.h index 4b8484671..27dacaa7c 100644 --- a/lib/widget/dialog.h +++ b/lib/widget/dialog.h @@ -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