From 969112a36d3a1af008668533eff5022d6c554ac4 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Thu, 13 Apr 2017 14:39:46 -0700 Subject: [PATCH] evas: this symbol actually don't exist. --- src/lib/evas/Evas_Legacy.h | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/src/lib/evas/Evas_Legacy.h b/src/lib/evas/Evas_Legacy.h index 586f3b7747..673cbdc747 100644 --- a/src/lib/evas/Evas_Legacy.h +++ b/src/lib/evas/Evas_Legacy.h @@ -5891,34 +5891,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.