[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: branch: master updated (1.1.1.20070708-62-g703151a)
The branch, master has been updated
via 703151a94b0eece6b24b3b18ce2465eeae068814 (commit)
from 71600215311af0a98ed371ab750b09182de139a1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
gattrib/include/prototype.h | 3 ---
gnetlist/include/prototype.h | 1 -
gschem/include/prototype.h | 16 ----------------
libgeda/include/prototype.h | 7 -------
utils/include/prototype.h | 1 -
5 files changed, 0 insertions(+), 28 deletions(-)
=================
Commit Messages
=================
commit 703151a94b0eece6b24b3b18ce2465eeae068814
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Thu Aug 9 12:36:17 2007 +0100
Remove old prototypes from various prototype.h where no function exists.
:100644 100644 f2c0b48... 97a4d0a... M gattrib/include/prototype.h
:100644 100644 babaa5f... 4ad4fd1... M gnetlist/include/prototype.h
:100644 100644 0b71c7e... a40d63a... M gschem/include/prototype.h
:100644 100644 5f4560c... 121bf5c... M libgeda/include/prototype.h
:100644 100644 a2ea74d... b480a2c... M utils/include/prototype.h
=========
Changes
=========
commit 703151a94b0eece6b24b3b18ce2465eeae068814
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Thu Aug 9 12:36:17 2007 +0100
Remove old prototypes from various prototype.h where no function exists.
diff --git a/gattrib/include/prototype.h b/gattrib/include/prototype.h
index f2c0b48..97a4d0a 100644
--- a/gattrib/include/prototype.h
+++ b/gattrib/include/prototype.h
@@ -87,7 +87,6 @@ int s_toplevel_read_page(char *filename);
void s_toplevel_verify_design(TOPLEVEL *pr_current);
void s_toplevel_empty_project();
void s_toplevel_gtksheet_to_toplevel();
-void s_toplevel_update_page(OBJECT *start_obj);
void s_toplevel_add_new_attrib(gchar *new_attrib_name);
void s_toplevel_delete_attrib_col();
void s_toplevel_select_object();
@@ -160,8 +159,6 @@ void s_visibility_set_cell(gint cur_page, gint row, gint col,
/* ------------- i_vars.c ------------- */
void i_vars_set(TOPLEVEL * pr_current);
void i_window_vars_set(TOPLEVEL * w_current);
-void i_vars_setnames(TOPLEVEL * w_current);
-
/* ------------- x_dialog.c ------------- */
void x_dialog_newattrib();
diff --git a/gnetlist/include/prototype.h b/gnetlist/include/prototype.h
index babaa5f..4ad4fd1 100644
--- a/gnetlist/include/prototype.h
+++ b/gnetlist/include/prototype.h
@@ -41,7 +41,6 @@ void main_prog(void *closure, int argc, char *argv[]);
int main(int argc, char *argv[]);
/* i_vars.c */
void i_vars_set(TOPLEVEL *pr_current);
-void i_vars_setnames(TOPLEVEL *w_current);
/* parsecmd.c */
void usage(char *cmd);
char *create_command_line(int argc, char *argv[]);
diff --git a/gschem/include/prototype.h b/gschem/include/prototype.h
index 0b71c7e..a40d63a 100644
--- a/gschem/include/prototype.h
+++ b/gschem/include/prototype.h
@@ -3,7 +3,6 @@
/* a_pan.c */
void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy,
double relativ_zoom_factor, int flags);
-void a_pan_calc(TOPLEVEL *w_current, int x, int y);
void a_pan(TOPLEVEL *w_current, int x, int y);
void a_pan_mouse(TOPLEVEL *w_current, int diff_x, int diff_y);
/* a_zoom.c */
@@ -225,12 +224,7 @@ SCM g_rc_text_caps_style(SCM mode);
SCM g_rc_postscript_font_scale(SCM scale);
SCM g_rc_snap_size(SCM size);
SCM g_rc_logging_destination(SCM mode);
-SCM g_rc_default_series_name(SCM name);
-SCM g_rc_untitled_name(SCM name);
SCM g_rc_attribute_name(SCM path);
-SCM g_rc_scheme_directory(SCM path);
-SCM g_rc_bitmap_directory(SCM path);
-SCM g_rc_font_directory(SCM path);
SCM g_rc_scrollbars(SCM mode);
SCM g_rc_paper_size(SCM width, SCM height);
SCM g_rc_paper_sizes(SCM papername, SCM scm_width, SCM scm_height);
@@ -270,7 +264,6 @@ SCM g_rc_setpagedevice_orientation(SCM mode);
SCM g_rc_setpagedevice_pagesize(SCM mode);
SCM g_rc_bus_ripper_size(SCM size);
SCM g_rc_bus_ripper_type(SCM mode);
-SCM g_rc_bus_ripper_symname(SCM scmsymname);
SCM g_rc_bus_ripper_rotation(SCM mode);
SCM g_rc_force_boundingbox(SCM mode);
SCM g_rc_grid_dot_size(SCM dotsize);
@@ -446,13 +439,11 @@ void i_callback_misc2(gpointer data, guint callback_action, GtkWidget *widget);
void i_callback_misc3(gpointer data, guint callback_action, GtkWidget *widget);
void i_callback_cancel(gpointer data, guint callback_action, GtkWidget *widget);
void i_callback_help_about(gpointer data, guint callback_action, GtkWidget *widget);
-void i_callback_help_manual(gpointer data, guint callback_action, GtkWidget *widget);
void i_callback_help_hotkeys(gpointer data, guint callback_action, GtkWidget *widget);
void i_callback_options_show_coord_window(gpointer data, guint callback_action, GtkWidget *widget);
gboolean i_callback_close_wm(GtkWidget *widget, GdkEvent *event, gpointer data);
/* i_vars.c */
void i_vars_set(TOPLEVEL *w_current);
-void i_vars_setnames(TOPLEVEL *w_current);
/* o_arc.c */
void o_arc_draw(TOPLEVEL *w_current, OBJECT *o_current);
void o_arc_draw_solid(GdkWindow *w, GdkGC *gc, GdkColor *color, GdkCapStyle cap, gint x, gint y, gint radius, gint angle1, gint angle2, gint arc_width, gint length, gint space);
@@ -738,10 +729,7 @@ void usage(char *cmd);
int parse_commandline(int argc, char *argv[]);
/* x_attribedit.c */
gint option_menu_get_history(GtkOptionMenu *option_menu);
-int attrib_edit_dialog_keypress(GtkWidget *widget, GdkEventKey *event, TOPLEVEL *w_current);
void attrib_edit_dialog_ok(GtkWidget *w, TOPLEVEL *w_current);
-void attrib_edit_dialog_cancel(GtkWidget *w, TOPLEVEL *w_current);
-void attrib_edit_dialog_delete(GtkWidget *w, TOPLEVEL *w_current);
void attrib_edit_dialog(TOPLEVEL *w_current, OBJECT *list, int flag);
/* x_autonumber.c */
void autonumber_text_dialog(TOPLEVEL *w_current);
@@ -779,8 +767,6 @@ void coord_display_update(TOPLEVEL *w_current, int x, int y);
void coord_dialog(TOPLEVEL *w_current, int x, int y);
gint color_set(GtkWidget *w, gpointer data);
char *index2functionstring(int index);
-int color_edit_dialog_keypress(GtkWidget *widget, GdkEventKey *event, TOPLEVEL *w_current);
-void color_edit_dialog_close(GtkWidget *w, TOPLEVEL *w_current);
void color_edit_dialog_apply(GtkWidget *w, TOPLEVEL *w_current);
void color_edit_dialog(TOPLEVEL *w_current);
void x_dialog_hotkeys(TOPLEVEL *w_current);
@@ -871,8 +857,6 @@ void x_window_setup_draw_events(TOPLEVEL *w_current);
void x_window_create_main(TOPLEVEL *w_current);
void x_window_close(TOPLEVEL *w_current);
void x_window_close_all(TOPLEVEL *w_current);
-TOPLEVEL *x_window_get_ptr(int wid);
-TOPLEVEL *x_window_search_page_clist(GtkWidget *findme);
PAGE *x_window_open_untitled_page (TOPLEVEL *toplevel);
PAGE *x_window_open_page (TOPLEVEL *toplevel, const gchar *filename);
void x_window_set_current_page (TOPLEVEL *toplevel, PAGE *page);
diff --git a/libgeda/include/prototype.h b/libgeda/include/prototype.h
index 5f4560c..121bf5c 100644
--- a/libgeda/include/prototype.h
+++ b/libgeda/include/prototype.h
@@ -13,7 +13,6 @@ int f_open_flags(TOPLEVEL *w_current, const gchar *filename,
void f_close(TOPLEVEL *w_current);
void f_save_close(TOPLEVEL *w_current, char *filename);
int f_save(TOPLEVEL *w_current, const char *filename);
-char* f_get_directory_from_path(char *path);
char* f_normalize_filename(const gchar *filename);
char *follow_symlinks (const gchar *filename, GError **error);
@@ -589,12 +588,6 @@ void s_toplevel_init (void);
TOPLEVEL *s_toplevel_new (void);
void s_toplevel_delete (TOPLEVEL *toplevel);
-/* s_scratch.c */
-void s_scratch_string_init(void);
-void s_scratch_string_free(void);
-int s_scratch_string_fill(char *string);
-int s_scratch_non_unique_string_fill(char *string);
-
/* s_slib.c */
int s_slib_add_entry(char *new_path);
int s_slib_search_for_dirname(char *dir_name);
diff --git a/utils/include/prototype.h b/utils/include/prototype.h
index a2ea74d..b480a2c 100644
--- a/utils/include/prototype.h
+++ b/utils/include/prototype.h
@@ -12,7 +12,6 @@ void main_prog(void *closure, int argc, char *argv[]);
int main(int argc, char *argv[]);
/* i_vars.c */
void i_vars_set(TOPLEVEL *pr_current);
-void i_vars_setnames(TOPLEVEL *w_current);
/* parsecmd.c */
void usage(char *cmd);
int parse_commandline(int argc, char *argv[]);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs