summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);