Remove a FIXME.
We don't really need to set the GError to anything.
This commit is contained in:
parent
bd4ca0dd29
commit
09a6e91f96
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user