diff --git a/src/zmapWindow/zmapWindowSearch.c b/src/zmapWindow/zmapWindowSearch.c index 4b70c4de92d29ccb756c6eead21111071a5c43f9..57a699bb1f052ec7cc4d07957046e1174b97e686 100755 --- a/src/zmapWindow/zmapWindowSearch.c +++ b/src/zmapWindow/zmapWindowSearch.c @@ -28,9 +28,9 @@ * * Exported functions: See zmapWindow_P.h * HISTORY: - * Last edited: May 3 15:05 2007 (edgrif) + * Last edited: Jun 19 10:47 2007 (edgrif) * Created: Fri Aug 12 16:53:21 2005 (edgrif) - * CVS info: $Id: zmapWindowSearch.c,v 1.23 2007-05-30 13:37:47 edgrif Exp $ + * CVS info: $Id: zmapWindowSearch.c,v 1.24 2007-06-21 12:19:11 edgrif Exp $ *------------------------------------------------------------------- */ @@ -126,8 +126,6 @@ static void helpCB(gpointer data, guint callback_action, GtkWidget *w) ; static void searchCB(GtkWidget *widget, gpointer cb_data) ; static void locusCB(GtkToggleButton *toggle_button, gpointer cb_data) ; -static void displayResult(GList *search_result) ; -static void printListDataCB(gpointer data, gpointer user_data) ; static void setFieldDefaults(SearchData search_data) ; static void setFilterDefaults(SearchData search_data) ; @@ -774,7 +772,6 @@ static void displayResult(GList *search_result) return ; } -#endif /* ED_G_NEVER_INCLUDE_THIS_CODE */ static void printListDataCB(gpointer data, gpointer user_data_unused) @@ -789,7 +786,7 @@ static void printListDataCB(gpointer data, gpointer user_data_unused) return ; } - +#endif /* ED_G_NEVER_INCLUDE_THIS_CODE */ static void setFieldDefaults(SearchData search_data) { diff --git a/src/zmapWindow/zmapWindowZoomControl.c b/src/zmapWindow/zmapWindowZoomControl.c index cf721448e8219f96b0c2fae8ab97d1e4b07fed8e..4a924a3fe92a262a6cbe933f273803cd13f828b5 100755 --- a/src/zmapWindow/zmapWindowZoomControl.c +++ b/src/zmapWindow/zmapWindowZoomControl.c @@ -27,9 +27,9 @@ * * Exported functions: See XXXXXXXXXXXXX.h * HISTORY: - * Last edited: Mar 12 11:11 2007 (rds) + * Last edited: Jun 19 13:56 2007 (edgrif) * Created: Fri Jul 8 11:37:39 2005 (rds) - * CVS info: $Id: zmapWindowZoomControl.c,v 1.14 2007-06-07 11:58:23 rds Exp $ + * CVS info: $Id: zmapWindowZoomControl.c,v 1.15 2007-06-21 12:19:47 edgrif Exp $ *------------------------------------------------------------------- */ @@ -41,7 +41,9 @@ static double getMinZoom(ZMapWindow window); static void setZoomStatus(ZMapWindowZoomControl control); static gboolean canZoomByFactor(ZMapWindowZoomControl control, double factor); static ZMapWindowZoomControl controlFromWindow(ZMapWindow window); +#ifdef BLAH_BLAH_BLAH static void printControl(ZMapWindowZoomControl control); +#endif /* ED_G_NEVER_INCLUDE_THIS_CODE */ static void textDimensionsOfFont(FooCanvasGroup *group, PangoFontDescription *font, double *width_out,