diff options
| author | rsc <devnull@localhost> | 2006-06-25 18:59:29 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2006-06-25 18:59:29 +0000 |
| commit | 74dc60da74c62e07f0d63179da9724d705794a6d (patch) | |
| tree | bfb0bcf94115ebc5b142c3ad4d80157288ee8368 /src/libdraw/nowsys-keyboard.c | |
| parent | 324891a5579d6f504201a6107369c64dab245a98 (diff) | |
| download | plan9port-74dc60da74c62e07f0d63179da9724d705794a6d.tar.gz plan9port-74dc60da74c62e07f0d63179da9724d705794a6d.zip | |
bye
Diffstat (limited to 'src/libdraw/nowsys-keyboard.c')
| -rw-r--r-- | src/libdraw/nowsys-keyboard.c | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/libdraw/nowsys-keyboard.c b/src/libdraw/nowsys-keyboard.c deleted file mode 100644 index 3b78b5bc..00000000 --- a/src/libdraw/nowsys-keyboard.c +++ /dev/null @@ -1,28 +0,0 @@ -#include <u.h> -#include <libc.h> -#include <draw.h> -#include <thread.h> -#include <cursor.h> -#include <keyboard.h> - -static int -bad(void) -{ - sysfatal("compiled with no window system support"); - return 0; -} - -void -closekeyboard(Keyboardctl *mc) -{ - USED(mc); - bad(); -} - -Keyboardctl* -initkeyboard(char *file) -{ - USED(file); - bad(); - return nil; -} |
