diff options
author | Daniel Carl <danielcarl@gmx.de> | 2013-09-27 01:50:19 +0200 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2013-09-27 01:50:19 +0200 |
commit | 57b08d4e7f47f3b2ecaa2914062301c0f52ad22d (patch) | |
tree | 02700ec30f88078da8598a728ee5f91c5943a3a9 /src/normal.h | |
parent | 0e54c2c120a4b9553c9572f080a915fea1aa75f5 (diff) |
Set mode according to current focused widget.
Diffstat (limited to 'src/normal.h')
-rw-r--r-- | src/normal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/normal.h b/src/normal.h index 6fb9f3f..02a887f 100644 --- a/src/normal.h +++ b/src/normal.h @@ -28,6 +28,5 @@ typedef struct NormalCmdInfo_s NormalCmdInfo; void normal_enter(void); void normal_leave(void); VbResult normal_keypress(unsigned int key); -void normal_input_changed(const char *text); #endif /* end of include guard: _NORMAL_H */ |