[gnumeric] ods: cleanup



commit fb92f6050627b227825afddf42ebd91f9abeacac
Author: Morten Welinder <terra gnome org>
Date:   Sat Apr 18 11:14:29 2015 -0400

    ods: cleanup

 plugins/openoffice/ChangeLog         |    4 ++++
 plugins/openoffice/openoffice-read.c |    8 --------
 2 files changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index d522e53..f0b08c9 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-18  Morten Welinder  <terra gnome org>
+
+       * openoffice-read.c (attr_eq_ncase): Delete.
+
 2015-04-16  Morten Welinder <terra gnome org>
 
        * Release 1.12.22
diff --git a/plugins/openoffice/openoffice-read.c b/plugins/openoffice/openoffice-read.c
index 4e768dd..7f15e8c 100644
--- a/plugins/openoffice/openoffice-read.c
+++ b/plugins/openoffice/openoffice-read.c
@@ -5496,14 +5496,6 @@ odf_map (GsfXMLIn *xin, xmlChar const **attrs)
        }
 }
 
-static inline gboolean
-attr_eq_ncase (xmlChar const *a, char const *s, int n)
-{
-       return !g_ascii_strncasecmp (CXML2C (a), s, n);
-}
-
-
-
 static void
 odf_format_invisible_text (GsfXMLIn *xin, xmlChar const **attrs)
 {


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