Efl interface file: Remove unneeded method.

This commit is contained in:
Tom Hacohen 2014-07-18 16:51:27 +01:00
parent aa86d46314
commit 17cf3242bb
1 changed files with 0 additions and 14 deletions

View File

@ -13,18 +13,4 @@ interface Efl.Interface.File {
}
}
}
methods {
save {
const;
return Eina_Bool;
params {
@in const(char) *file @nonull; /*@ The filename to be used to save the data (extension
obligatory). */
@in const(char) *key; /*@ The image key in the file (if an Eet one), or @c NULL,
otherwise. */
@in const(char) *flags; /*@ String containing the flags to be used (@c NULL for
none). */
}
}
}
}