[lasem/mml-attrs] [Mathml] Remove dead code.



commit f27ebeeade962039e5d07191142d725e4ec1ee11
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Tue Dec 29 21:44:25 2009 +0100

    [Mathml] Remove dead code.

 src/lsmmathmlattributes.c |    4 ----
 src/lsmmathmlattributes.h |    1 -
 2 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/src/lsmmathmlattributes.c b/src/lsmmathmlattributes.c
index a897088..4a369f6 100644
--- a/src/lsmmathmlattributes.c
+++ b/src/lsmmathmlattributes.c
@@ -493,10 +493,6 @@ lsm_mathml_enum_list_attribute_finalize (void *abstract)
 	attribute->values = NULL;
 }
 
-static const LsmMathmlAttributeClass string_attribute_class = {
-	.finalize = lsm_mathml_string_attribute_finalize
-};
-
 static const LsmMathmlAttributeClass enum_list_attribute_class = {
 	.finalize = lsm_mathml_enum_list_attribute_finalize
 };
diff --git a/src/lsmmathmlattributes.h b/src/lsmmathmlattributes.h
index 1aa718c..5be5f7d 100644
--- a/src/lsmmathmlattributes.h
+++ b/src/lsmmathmlattributes.h
@@ -184,7 +184,6 @@ void 		lsm_mathml_enum_list_attribute_parse 	(LsmMathmlEnumListAttribute *attrib
 							 LsmMathmlEnumList *style_value,
 							 LsmDomNamedConvert convert);
 
-void		lsm_mathml_string_attribute_finalize	(void *abstract);
 void 		lsm_mathml_enum_list_attribute_finalize	(void *abstract);
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]