[libgweather] Remove GWeatherXML



commit 354f1aa9003ee08c6e63ecbaaa6b9179b9178184
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Sun Dec 2 18:58:35 2012 +0100

    Remove GWeatherXML
    
    It was documented as part of the old (?) API, exposed private types and had little
    purpose. I doubt anyone will regret it.

 libgweather/Makefile.am    |    4 -
 libgweather/gweather-xml.c |  154 --------------------------------------------
 libgweather/gweather-xml.h |   39 -----------
 3 files changed, 0 insertions(+), 197 deletions(-)
---
diff --git a/libgweather/Makefile.am b/libgweather/Makefile.am
index bb857ef..8452574 100644
--- a/libgweather/Makefile.am
+++ b/libgweather/Makefile.am
@@ -11,15 +11,12 @@ AM_CPPFLAGS = 			\
 
 AM_CFLAGS = $(WARN_CFLAGS)
 
-gweather_old_headers = \
-	gweather-xml.h
 gweather_new_headers = \
 	gweather-location.h location-entry.h \
 	gweather-timezone.h timezone-menu.h \
 	gweather-weather.h gweather-enums.h
 libgweatherincdir = $(includedir)/libgweather-3.0/libgweather
 libgweatherinc_HEADERS = \
-	$(gweather_old_headers)		\
 	$(gweather_new_headers)		\
 	gweather-enum-types.h
 
@@ -32,7 +29,6 @@ libgweather_internal_3_la_SOURCES = \
 	weather-yrno.c \
 	weather-sun.c weather-moon.c \
 	gweather-enum-types.c \
-	gweather-xml.c gweather-xml.h \
 	gweather-location.c gweather-location.h \
 	gweather-timezone.c gweather-timezone.h \
 	gweather-win32.h \



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