[Gpredict-svn] SF.net SVN: gpredict:[406] trunk/src
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2009-08-08 23:41:32
|
Revision: 406
http://gpredict.svn.sourceforge.net/gpredict/?rev=406&view=rev
Author: csete
Date: 2009-08-08 23:41:24 +0000 (Sat, 08 Aug 2009)
Log Message:
-----------
Don't use tle-lookup.
Modified Paths:
--------------
trunk/src/Makefile.am
trunk/src/main.c
trunk/src/qth-data.c
Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am 2009-08-08 21:30:15 UTC (rev 405)
+++ trunk/src/Makefile.am 2009-08-08 23:41:24 UTC (rev 406)
@@ -68,11 +68,11 @@
pass-popup-menu.c pass-popup-menu.h \
pass-to-txt.c pass-to-txt.h \
predict-tools.c predict-tools.h \
- qth-data.c qth-data.h \
+ qth-data.c qth-data.h \
qth-editor.c qth-editor.h \
radio-conf.c radio-conf.h \
rotor-conf.c rotor-conf.h \
- trsp-conf.c trsp-conf.h \
+ trsp-conf.c trsp-conf.h \
sat-cfg.c sat-cfg.h \
sat-info.c sat-info.h \
sat-log.c sat-log.h \
@@ -107,7 +107,6 @@
sat-vis.c sat-vis.h \
save-pass.c save-pass.h \
time-tools.c time-tools.h \
- tle-lookup.c tle-lookup.h \
tle-tools.c tle-tools.h \
tle-update.c tle-update.h \
sat-debugger.c sat-debugger.h
Modified: trunk/src/main.c
===================================================================
--- trunk/src/main.c 2009-08-08 21:30:15 UTC (rev 405)
+++ trunk/src/main.c 2009-08-08 23:41:24 UTC (rev 406)
@@ -49,7 +49,6 @@
#include "compat.h"
#include "gui.h"
#include "mod-mgr.h"
-#include "tle-lookup.h"
#include "tle-update.h"
#include "sat-cfg.h"
#include "sat-debugger.h"
@@ -158,8 +157,7 @@
* gpredict_gui package.
*
*/
-static void
- gpredict_app_create ()
+static void gpredict_app_create ()
{
gchar *title; /* window title */
gchar *icon; /* icon file name */
@@ -279,9 +277,6 @@
/* stop timeouts */
- /* stop other sub-systems */
- tle_lookup_close ();
-
/* configuration data */
mod_mgr_save_state ();
Modified: trunk/src/qth-data.c
===================================================================
--- trunk/src/qth-data.c 2009-08-08 21:30:15 UTC (rev 405)
+++ trunk/src/qth-data.c 2009-08-08 23:41:24 UTC (rev 406)
@@ -32,7 +32,6 @@
#include "qth-data.h"
#include "sat-log.h"
#include "config-keys.h"
-#include "tle-lookup.h"
#ifdef HAVE_CONFIG_H
# include <build-config.h>
#endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|