diff options
author | Bradley Smith | 2008-03-07 21:56:36 +0000 |
---|---|---|
committer | Bradley Smith | 2008-03-07 21:56:36 +0000 |
commit | b5085fcc186ccf879e2836fd175ad29e084d575f (patch) | |
tree | f2d1a5d9877cf18a7f4102ababe473481b122fc8 | |
parent | Add readline support to x11_plugin's commandline input. (diff) | |
download | gnurobots-b5085fcc186ccf879e2836fd175ad29e084d575f.tar.gz |
Cleanups
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
-rw-r--r-- | lib/x11plugin.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/x11plugin.c b/lib/x11plugin.c index 81bba80..21a810f 100644 --- a/lib/x11plugin.c +++ b/lib/x11plugin.c @@ -579,12 +579,6 @@ inline void x11_plugin_get_string (X11Plugin *x11, gchar *buff, gint len) { - /* You want me to write a text-box using xlib? - * You got to be kidding me - * */ -/* fputs (prompt, stdout); */ -/* fgets (buff, len, stdin); */ - char* line = (char*)NULL; line = readline(prompt); |