[Gpredict-svn] SF.net SVN: gpredict:[167] trunk/src
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2008-10-26 17:26:19
|
Revision: 167
http://gpredict.svn.sourceforge.net/gpredict/?rev=167&view=rev
Author: csete
Date: 2008-10-26 17:26:16 +0000 (Sun, 26 Oct 2008)
Log Message:
-----------
Clean unused files.
Modified Paths:
--------------
trunk/src/sat-popup-menu.c
trunk/src/sat-popup-menu.h
Modified: trunk/src/sat-popup-menu.c
===================================================================
--- trunk/src/sat-popup-menu.c 2008-10-26 17:24:21 UTC (rev 166)
+++ trunk/src/sat-popup-menu.c 2008-10-26 17:26:16 UTC (rev 167)
@@ -48,8 +48,8 @@
static gchar *epoch_to_str (sat_t *sat);
+#if 0
-
/** \brief Show satellite popup menu.
* \param sat Pointer to the satellite data.
* \param qth The current location.
@@ -128,9 +128,9 @@
}
+#endif
-
/** \brief Show satellite info in a dialog
* \param menuitem The menuitem from where the function is invoked.
* \param data Pointer to parent window or NULL.
@@ -487,7 +487,7 @@
return buff;
}
-
+#if 0
/** \brief Show details of the next pass.
*
*/
@@ -619,4 +619,4 @@
}
-
+#endif
Modified: trunk/src/sat-popup-menu.h
===================================================================
--- trunk/src/sat-popup-menu.h 2008-10-26 17:24:21 UTC (rev 166)
+++ trunk/src/sat-popup-menu.h 2008-10-26 17:26:16 UTC (rev 167)
@@ -32,12 +32,12 @@
#include "sgpsdp/sgp4sdp4.h"
#include "gtk-sat-data.h"
-void sat_popup_menu_exec (sat_t *sat, qth_t *qth,
- GdkEventButton *event,
- GtkWidget *toplevel);
+//void sat_popup_menu_exec (sat_t *sat, qth_t *qth,
+// GdkEventButton *event,
+// GtkWidget *toplevel);
void show_sat_info (GtkWidget *menuitem, gpointer data);
-void show_next_pass (GtkWidget *menuitem, gpointer data);
-void show_future_passes (GtkWidget *menuitem, gpointer data);
+//void show_next_pass (GtkWidget *menuitem, gpointer data);
+//void show_future_passes (GtkWidget *menuitem, gpointer data);
#endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|