From dd277dbef9a0108419304f19b25e3f5dc13bc11a Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 23 Jun 2001 05:14:10 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'PRE_WDFCHANGES'. svn path=/tags/PRE_WDFCHANGES/; revision=10430 --- my-evolution/weather.h | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 my-evolution/weather.h (limited to 'my-evolution/weather.h') diff --git a/my-evolution/weather.h b/my-evolution/weather.h deleted file mode 100644 index bbb7b5e863..0000000000 --- a/my-evolution/weather.h +++ /dev/null @@ -1,42 +0,0 @@ -/* - * weather.h - * - * Copyright (C) 2001, Ximian, Inc - * - * Authors: Iain Holmes - */ - -#ifndef __WEATHER_H__ -#define __WEATHER_H__ - -#include "e-summary-weather.h" - -#include - -typedef struct _Weather { - char *location; - char *html; - char *metar; - GnomeVFSAsyncHandle *handle; - GString *string; - char *buffer; - - ESummary *summary; - - gboolean valid; - ESummaryWeatherLocation *loc; - ESummaryWeatherUnits units; - ESummaryWeatherUpdate update; - ESummaryWeatherSky sky; - ESummaryWeatherConditions cond; - ESummaryWeatherTemperature temp; - ESummaryWeatherTemperature dew; - ESummaryWeatherHumidity humidity; - ESummaryWeatherWindDir wind; - ESummaryWeatherWindSpeed windspeed; - ESummaryWeatherPressure pressure; - ESummaryWeatherVisibility visibility; - char *forecast; -} Weather; - -#endif -- cgit v1.2.3