--- a/src/qtgui/guiutils.h
+++ b/src/qtgui/guiutils.h
@@ -17,7 +17,7 @@
#ifndef _GUIUTILS_H_INCLUDED_
#define _GUIUTILS_H_INCLUDED_
/*
- * @(#$Id: guiutils.h,v 1.26 2008-05-05 20:24:55 dockes Exp $ (C) 2005 Jean-Francois Dockes
+ * @(#$Id: guiutils.h,v 1.27 2008-07-01 08:26:08 dockes Exp $ (C) 2005 Jean-Francois Dockes
* jean-francois.dockes@wanadoo.fr
*
* This program is free software; you can redistribute it and/or modify
@@ -55,8 +55,6 @@
/** Start a browser on the help document */
extern bool startHelpBrowser(const string& url = "");
-/** Try to make an utf8 printable url */
-extern bool printableUrl(const string &in, string &out);
/** Holder for preferences (gets saved to user Qt prefs) */
class PrefsPack {