diff --git a/apps/attacher.c b/apps/attacher.c index bc3f6e2..9ab6e2f 100644 --- a/apps/attacher.c +++ b/apps/attacher.c @@ -585,10 +585,6 @@ redraw: goto done; break; default: - if (prompt_okay("Not a text file, open anyhow") != 0) { - strcpy(userentry, ""); - goto done; - } getcwd(userentry, 80); strcat(userentry, "/"); strcat(userentry, entry->name);