diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | lib/ephy-file-helpers.c | 1 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2007-07-30 Diego Escalante Urrelo <diegoe@gnome.org> + + * lib/ephy-file-helpers.c: + + Remove an unused variable. One-liner by Cosimo Cecchi. + Part of Bug #433173. + 2007-07-31 Xan Lopez <xan@gnome.org> * embed/mozilla/mozilla-embed-single.cpp: diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c index 5dbf26ec5..fb00f5d34 100644 --- a/lib/ephy-file-helpers.c +++ b/lib/ephy-file-helpers.c @@ -170,7 +170,6 @@ char * ephy_file_desktop_dir (void) { const char *xdg_desktop_dir; - char *downloads_dir; xdg_desktop_dir = g_get_user_special_dir (G_USER_DIRECTORY_DESKTOP); if (xdg_desktop_dir != NULL) |