Make identifiers static if they are not used in other modules.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 10 Jun 2011 20:05:21 +0000 (13:05 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 10 Jun 2011 20:05:21 +0000 (13:05 -0700)
commit4b66faf3de2606b613dea58dd41e2926b6df3f10
treedcdf9889c601e7bbcca1d666c6cc3922e94859b6
parentf7e13da36c982977ccfe6de1e43d8f8b3bb59c8f
Make identifiers static if they are not used in other modules.

* data.c (Qcompiled_function, Qframe, Qvector):
* image.c (QimageMagick, Qsvg):
* minibuf.c (Qmetadata):
* window.c (resize_window_check, resize_root_window): Now static.
* window.h (resize_window_check, resize_root_window): Remove decls.
src/ChangeLog
src/data.c
src/image.c
src/minibuf.c
src/window.c
src/window.h