[Gpredict-svn] SF.net SVN: gpredict:[754] trunk
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <cs...@us...> - 2011-02-01 16:05:18
|
Revision: 754 http://gpredict.svn.sourceforge.net/gpredict/?rev=754&view=rev Author: csete Date: 2011-02-01 16:05:11 +0000 (Tue, 01 Feb 2011) Log Message: ----------- Deleted obsolete file. Modified Paths: -------------- trunk/ChangeLog Removed Paths: ------------- trunk/src/defaults.h Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2011-02-01 15:31:48 UTC (rev 753) +++ trunk/ChangeLog 2011-02-01 16:05:11 UTC (rev 754) @@ -3,7 +3,10 @@ * src/gtk-rig-ctrl.c: Manage keyboard PTT event only if rig is RIG_TYPE_TOGGLE_MAN. + * src/defaults.h: + Deleted obsolete file. + 2011-01-24 Charles Suprin <hamaa1vs at gmail.com> * src/tle-update.c Deleted: trunk/src/defaults.h =================================================================== --- trunk/src/defaults.h 2011-02-01 15:31:48 UTC (rev 753) +++ trunk/src/defaults.h 2011-02-01 16:05:11 UTC (rev 754) @@ -1,38 +0,0 @@ -/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - Gpredict: Real-time satellite tracking and orbit prediction program - - Copyright (C) 2001-2009 Alexandru Csete, OZ9AEC. - - Authors: Alexandru Csete <oz...@gm...> - - Comments, questions and bugreports should be submitted via - http://sourceforge.net/projects/gpredict/ - More details can be found at the project home page: - - http://gpredict.oz9aec.net/ - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, visit http://www.fsf.org/ -*/ -#ifndef DEFAULTS_H -#define DEFAULTS_H 1 - -#warning "**** defaults.h is deprecated. ****" - -#define DEFAULT_TIME_FORMAT "%Y/%m/%d %H:%M:%S" - -#define GTK_SAT_MODULE_DEFAULT_TIMEOUT 1000 -#define GTK_SAT_MODULE_DEFAULT_WARP 1 - -#endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |