summaryrefslogtreecommitdiff
path: root/sys/src/cmd/rio/fns.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-11-23 00:50:44 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2015-11-23 00:50:44 +0100
commit518fd3ec8350a010e5ed6490e1106c66af8f4d02 (patch)
tree5a15adfe8b2dbd7d12cb5b5f19f8843bb587191e /sys/src/cmd/rio/fns.h
parent569bdd00c2d3df235ed42abce09d286f30e0edbd (diff)
rio: stop serving kbdin file (thanks eekee)
kbdfs already provides a /dev/kbdin file for the system, rio does not need to provide one for the onscreen keyboard anymore.
Diffstat (limited to 'sys/src/cmd/rio/fns.h')
-rw-r--r--sys/src/cmd/rio/fns.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/rio/fns.h b/sys/src/cmd/rio/fns.h
index 702eb101e..5c23587d6 100644
--- a/sys/src/cmd/rio/fns.h
+++ b/sys/src/cmd/rio/fns.h
@@ -1,4 +1,3 @@
-void keyboardsend(char*, int);
int whide(Window*);
int wunhide(Window*);
void freescrtemps(void);