From b5085fcc186ccf879e2836fd175ad29e084d575f Mon Sep 17 00:00:00 2001 From: Bradley Smith Date: Fri, 7 Mar 2008 21:56:36 +0000 Subject: Cleanups Signed-off-by: Bradley Smith --- lib/x11plugin.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib') 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); -- cgit v1.1