Remove the globally exported variable_set_func.
commit2e3c06cbcdce8254f70162ecebd650980cf70ee9
authorPeter Clifton <pcjc2@cam.ac.uk>
Sat, 8 Sep 2007 23:18:34 +0000 (9 00:18 +0100)
committerPeter Clifton <pcjc2@cam.ac.uk>
Sat, 8 Sep 2007 23:18:34 +0000 (9 00:18 +0100)
tree1aa77c3a958107177b6a262e7c9fb65961178872
parent8952ec9bd4f4985fae8aadd6c4103b933464152a
Remove the globally exported variable_set_func.

Only gattrib provided a non-NULL export of this symbol, and such imports
into libgeda prevent libgeda being dynamically linked on some platforms.

To better match the other tools in the suite, gattrib's i_vars_set() and
i_window_vars_set() functions were combined into a single i_vars_set().
gattrib/src/gattrib.c
gattrib/src/i_vars.c
gnetlist/src/globals.c
gschem/src/globals.c
gsymcheck/src/globals.c
libgeda/include/funcs.h
libgeda/src/s_toplevel.c
utils/gschlas/globals.c