From ec8cd0fc8b951d4064c20f28be39f25b009cbab1 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 30 Apr 2020 15:58:31 +0200 Subject: [PATCH] exactness: remove no longer needed _evas_new() This has been unused since the move to a preloaded lib and now makes trouble durign compilation on Fedora32. @fix Reviewed-by: Marcel Hollerbach Differential Revision: https://phab.enlightenment.org/D11767 --- src/bin/exactness/common.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/exactness/common.h b/src/bin/exactness/common.h index 1c3cec921d..8654fb9449 100644 --- a/src/bin/exactness/common.h +++ b/src/bin/exactness/common.h @@ -257,10 +257,8 @@ typedef struct int nb_shots; /**< The number of shots present in the unit */ } Exactness_Unit; -Evas *(*_evas_new)(void); const char *_exactness_action_type_to_string_get(Exactness_Action_Type type); - Eina_Bool ex_is_original_app(void); void ex_set_original_envvar(void); Eina_Bool exactness_image_compare(Exactness_Image *img1, Exactness_Image *img2, Exactness_Image **diff_img);