diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/mozilla/EphyAboutModule.cpp | 1 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2006-01-30 Jean-François Rameau <jframeau@cvs.gnome.org> + + * embed/mozilla/EphyAboutModule.cpp: (GetErrorMessage): + + Remove unused var. + 2006-01-30 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-editable-toolbar.c: 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); |