summaryrefslogtreecommitdiff
path: root/src/lib/ecore_audio/ecore_audio_obj_in_sndfile.c
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2015-05-19 10:30:11 +0100
committerTom Hacohen <tom@stosb.com>2015-05-20 13:03:23 +0100
commite7ed0bfcedcea87f8645107a8a0775f67227d7c1 (patch)
treebd7eabef32fd3c59fefaaa963a279366229d5272 /src/lib/ecore_audio/ecore_audio_obj_in_sndfile.c
parent21106fd5f0bb96229f5fc6ff6ccb10eb2d57db3d (diff)
downloadefl-e7ed0bfcedcea87f8645107a8a0775f67227d7c1.tar.gz
Ecore audio: Remove redundant constructor/destructor.
There's no need to have a constructor/destructor that just do the super call.
Diffstat (limited to 'src/lib/ecore_audio/ecore_audio_obj_in_sndfile.c')
-rw-r--r--src/lib/ecore_audio/ecore_audio_obj_in_sndfile.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/ecore_audio/ecore_audio_obj_in_sndfile.c b/src/lib/ecore_audio/ecore_audio_obj_in_sndfile.c
index f6c725ea18..599ae27391 100644
--- a/src/lib/ecore_audio/ecore_audio_obj_in_sndfile.c
+++ b/src/lib/ecore_audio/ecore_audio_obj_in_sndfile.c
@@ -195,13 +195,6 @@ _ecore_audio_in_sndfile_ecore_audio_vio_set(Eo *eo_obj, Ecore_Audio_In_Sndfile_D
}
EOLIAN static void
-_ecore_audio_in_sndfile_eo_base_constructor(Eo *eo_obj, Ecore_Audio_In_Sndfile_Data *_pd EINA_UNUSED)
-{
- eo_do_super(eo_obj, MY_CLASS, eo_constructor());
-
-}
-
-EOLIAN static void
_ecore_audio_in_sndfile_eo_base_destructor(Eo *eo_obj, Ecore_Audio_In_Sndfile_Data *obj)
{
Ecore_Audio_Object *ea_obj = eo_data_scope_get(eo_obj, ECORE_AUDIO_CLASS);