evas: model_save: remove unused label after error handling change
authorStefan Schmidt <stefan@osg.samsung.com>
Wed, 21 Sep 2016 08:29:18 +0000 (10:29 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Wed, 21 Sep 2016 08:45:12 +0000 (10:45 +0200)
In commit 8272d1492796657978c5591971768d37d4e15a7e the error handling was
moved upwards and the need for the goto label removed. Catching up here and
removing the label as well.

src/modules/evas/model_savers/eet/evas_model_save_eet.c

index c752dd3..d659e41 100644 (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();