diff options
author | Marvin Borner | 2019-09-24 18:48:16 +0200 |
---|---|---|
committer | Marvin Borner | 2019-09-24 18:48:16 +0200 |
commit | d1d3820c6b306758cf90a269b0466febff6c808e (patch) | |
tree | ff294ac7ad89073ae6c68412830adfc458b5a726 /src/kernel/input/input.h | |
parent | 19099791a17c53045e89c6cfb3fafd8efbd19a9d (diff) |
Improved mouse features
Diffstat (limited to 'src/kernel/input/input.h')
-rw-r--r-- | src/kernel/input/input.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/kernel/input/input.h b/src/kernel/input/input.h index 60d2f79..45ecf5e 100644 --- a/src/kernel/input/input.h +++ b/src/kernel/input/input.h @@ -3,8 +3,6 @@ void mouse_install(); -char get_mouse(int n); - void keyboard_install(); #endif |