stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=ec8cd0fc8b951d4064c20f28be39f25b009cbab1

commit ec8cd0fc8b951d4064c20f28be39f25b009cbab1
Author: Stefan Schmidt <[email protected]>
Date:   Thu Apr 30 15:58:31 2020 +0200

    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 <[email protected]>
    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);

-- 


Reply via email to