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 <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D11767
This commit is contained in:
Stefan Schmidt 2020-04-30 15:58:31 +02:00
parent aabea0de2f
commit fd0f8362f4
1 changed files with 0 additions and 2 deletions

View File

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