remove a few unused constant for size of buffers
commit1d0f02f5ca877051583b85554d57b070cca2f1ec
authorChristophe CURIS <christophe.curis@free.fr>
Mon, 8 Dec 2014 21:42:34 +0000 (8 22:42 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Wed, 10 Dec 2014 10:19:19 +0000 (10 10:19 +0000)
tree7485b1bbcc90b6f3ba79ed58d6b65d19fc2de446
parentbbd42b3a20a72862a87e42e57ce29ef1f07e208c
remove a few unused constant for size of buffers

As pointed by gcc, a few constants which contain sizes for buffers are not
used anywhere in the code. This is probably due to code cleanup, where
these buffers have been removed or where size is automatically calculated
by using 'sizeof' instead to reduce risk of bugs.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
WINGs/wcolorpanel.c
WINGs/wfontpanel.c
WPrefs.app/Menu.c
src/workspace.c