diff options
Diffstat (limited to 'src/edbox.h')
| -rw-r--r-- | src/edbox.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/edbox.h b/src/edbox.h index e4069a0..99e64da 100644 --- a/src/edbox.h +++ b/src/edbox.h @@ -24,12 +24,9 @@ void edbox_hide(void); void edbox_putc(char c); /* pass a keystroke, insert its character into the edit box. if Return - is pressed, edbox_callback gets called (if it's set!) */ + is pressed, cmd_execute() gets called. */ void edbox_keystroke(char c); -/* called when the user presses Return */ -extern void (*edbox_callback)(void); - /* set edit box contents (clears out whatever was there) */ void __fastcall__ edbox_set(char *contents); |
