The E_Config_Dialog_View structure defaults the func calls to NULL so these

are not needed here.


SVN revision: 27222
This commit is contained in:
Christopher Michael 2006-11-26 18:08:38 +00:00
parent 0d25ba321e
commit 4fecc5320b
1 changed files with 0 additions and 3 deletions

View File

@ -62,10 +62,7 @@ e_int_border_prop(E_Border *bd)
/* methods */
v->create_cfdata = _create_data;
v->free_cfdata = _free_data;
v->basic.apply_cfdata = NULL;
v->basic.create_widgets = _basic_create_widgets;
v->advanced.apply_cfdata = NULL;
v->advanced.create_widgets = NULL;
v->override_auto_apply = 1;
/* create config dialog for bd object/data */