mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
* dlg.h: Remove DLG_PRE_EVENT, it's unused now.
This commit is contained in:
parent
485bbcef9b
commit
9a7b4212c6
@ -1,5 +1,7 @@
|
||||
2003-09-07 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* dlg.h: Remove DLG_PRE_EVENT, it's unused now.
|
||||
|
||||
* main.c (make_panels_dirty): Remove, it's unneded now.
|
||||
(midnight_callback): Don't call make_panels_dirty(). Mark
|
||||
current panel dirty if the search mode is unset. No need to set
|
||||
|
@ -799,7 +799,6 @@ frontend_run_dlg (Dlg_head *h)
|
||||
}
|
||||
|
||||
update_cursor (h);
|
||||
(*h->callback) (h, 0, DLG_PRE_EVENT);
|
||||
|
||||
/* Clear interrupt flag */
|
||||
got_interrupt ();
|
||||
|
@ -57,7 +57,6 @@ enum {
|
||||
DLG_IDLE, /* The idle state is active */
|
||||
DLG_UNHANDLED_KEY, /* Key that no widget handled */
|
||||
DLG_HOTKEY_HANDLED, /* A widget has got the hotkey */
|
||||
DLG_PRE_EVENT, /* About to get new event */
|
||||
DLG_VALIDATE /* Dialog is to be closed */
|
||||
} /* Dialog_Messages */ ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user