From: Cedric BAIL Date: Thu, 13 Apr 2017 21:39:46 +0000 (-0700) Subject: evas: this symbol actually don't exist. X-Git-Tag: upstream/1.20.0~1556 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=969112a36d3a1af008668533eff5022d6c554ac4;p=platform%2Fupstream%2Fefl.git evas: this symbol actually don't exist. --- diff --git a/src/lib/evas/Evas_Legacy.h b/src/lib/evas/Evas_Legacy.h index 586f3b7..673cbdc 100644 --- a/src/lib/evas/Evas_Legacy.h +++ b/src/lib/evas/Evas_Legacy.h @@ -5892,34 +5892,6 @@ EAPI Evas_Object *evas_object_grid_add(Evas *evas) EINA_WARN_UNUSED_RESULT EIN */ /** - * - * Adds an output to the canvas - * - * @parem e The canvas to add the output to - * @return The output - * - * @see evas_out_engine_info_set - * @see evas_output_viewport_set - * @see evas_output_size_set - * - * @since 1.8 - */ -EAPI Evas_Out *evas_out_add(Evas *e); - -/** - * - * Deletes an output - * - * @parem evo The output object - * - * @see evas_out_add - * - * @since 1.8 - * - */ -EAPI void evas_output_del(Evas_Out *evo); - -/** * @brief Sets the output framespace size of the render engine of the given * evas. *