summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Smith2008-03-07 21:56:36 +0000
committerBradley Smith2008-03-07 21:56:36 +0000
commitb5085fcc186ccf879e2836fd175ad29e084d575f (patch)
treef2d1a5d9877cf18a7f4102ababe473481b122fc8
parentAdd readline support to x11_plugin's commandline input. (diff)
downloadgnurobots-b5085fcc186ccf879e2836fd175ad29e084d575f.tar.gz
Cleanups
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
-rw-r--r--lib/x11plugin.c6
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);