Remove a FIXME.

We don't really need to set the GError to anything.
This commit is contained in:
Přemysl Eric Janouch 2011-01-10 04:34:24 +01:00
parent bd4ca0dd29
commit 09a6e91f96
1 changed files with 0 additions and 1 deletions

View File

@ -133,7 +133,6 @@ foreach_dir (const gchar *path,
GDir *dir;
const gchar *item;
/* FIXME: We don't set an error. */
g_return_val_if_fail (path != NULL, FALSE);
g_return_val_if_fail (callback != NULL, FALSE);