aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla')
-rw-r--r--embed/mozilla/EphyAboutModule.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/mozilla/EphyAboutModule.cpp b/embed/mozilla/EphyAboutModule.cpp
index 9690c2c03..822c94f81 100644
--- a/embed/mozilla/EphyAboutModule.cpp
+++ b/embed/mozilla/EphyAboutModule.cpp
@@ -254,7 +254,6 @@ EphyAboutModule::GetErrorMessage(nsIURI *aURI,
/* FIXME what about 127.0.0.* ? */
if (strcmp (host.get(), "localhost") == 0)
{
- const char *not_started_msg = _("some service isn't started, or");
PRInt32 port;
aURI->GetPort (&port);