analysis: Use static functions when possible
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 27 May 2010 12:28:43 +0000 (13:28 +0100)
committerDamien Lespiau <damien.lespiau@intel.com>
Tue, 1 Jun 2010 11:08:18 +0000 (12:08 +0100)
commit653a8a78744a6be0ccc69ec7413d6d55cc3940e8
tree4f8ddc7a6f5f7aa7c6a5e0aeb4bba5a72ec5a5a6
parent3161e92818366aedc106329675a7dd9ac2bffd10
analysis: Use static functions when possible

It's best to ensure the functions only used in one compilation unit are
marked as static so GCC can inline them if it feels like it.
clutter/clutter-bezier.c
clutter/cogl/cogl/cogl-clip-stack.c
clutter/cogl/cogl/cogl-clip-state.c