@@ -, +, @@ --- C4/Creators.pm | 1 - C4/Creators/Lib.pm | 1 - t/db_dependent/Creators/Lib.t | 1 - 3 files changed, 3 deletions(-) --- a/C4/Creators.pm +++ a/C4/Creators.pm @@ -33,7 +33,6 @@ BEGIN { get_font_types get_text_justification_types get_output_formats - get_column_names get_table_names get_unit_values html_table --- a/C4/Creators/Lib.pm +++ a/C4/Creators/Lib.pm @@ -40,7 +40,6 @@ BEGIN { get_font_types get_text_justification_types get_output_formats - get_column_names get_table_names get_unit_values html_table --- a/t/db_dependent/Creators/Lib.t +++ a/t/db_dependent/Creators/Lib.t @@ -45,7 +45,6 @@ can_ok( get_font_types get_text_justification_types get_output_formats - get_column_names get_table_names get_unit_values html_table ) --