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);