diff --git a/src/lib/efl/interfaces/efl_interface_file.eo b/src/lib/efl/interfaces/efl_interface_file.eo index 0ae47ce039..847479bacf 100644 --- a/src/lib/efl/interfaces/efl_interface_file.eo +++ b/src/lib/efl/interfaces/efl_interface_file.eo @@ -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). */ - } - } - } }