evas: model_save: remove unused label after error handling change

In commit 8272d14927 the error handling was
moved upwards and the need for the goto label removed. Catching up here and
removing the label as well.
This commit is contained in:
Stefan Schmidt 2016-09-21 10:29:18 +02:00
parent 57c4d83b2e
commit 9079d2b575
1 changed files with 0 additions and 1 deletions

View File

@ -199,7 +199,6 @@ evas_model_save_file_eet(const Evas_Canvas3D_Mesh *mesh,
EINA_TRUE);
eet_close(ef);
on_error:
_evas_canvas3d_eet_file_free(eet_file);
eet_shutdown();