From 41ccac970d19301f95342e5005b223ed4919bdc7 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Sat, 1 Jun 2002 19:53:30 +0000 Subject: [PATCH] (mozilla_remote_find_window): Remove the "expected version 1.1 but found version 4.79 instead" warning. Nobody has a Netscape older than version 1.1 nowadays. --- remote.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/remote.c b/remote.c index 664d28b..3aed310 100644 --- a/remote.c +++ b/remote.c @@ -146,11 +146,6 @@ mozilla_remote_find_window (Display *dpy) } else if (tenative) { - fprintf (stderr, - "%s: warning: expected version %s but found version\n" - "\t%s (0x%x) instead.\n", - progname, expected_mozilla_version, - tenative_version, (unsigned int) tenative); XFree (tenative_version); return tenative; } -- GitLab