Fix compiler warnings.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6275 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2001-12-08 01:44:58 +00:00
parent a0023ed033
commit 92f01055e1
50 changed files with 75 additions and 275 deletions

View File

@@ -278,10 +278,6 @@ static gboolean
gnc_html_report_url_cb (const char *location, const char *label,
gboolean new_window, GNCURLResult *result)
{
gnc_report_window * rwin;
GtkHTMLStream * handle;
char * url;
g_return_val_if_fail (location != NULL, FALSE);
g_return_val_if_fail (result != NULL, FALSE);