On Wed, Nov 17, 2010 at 11:00:42PM +0100, rgh...@lyx.org wrote: > Author: rgheck > Date: Wed Nov 17 23:00:42 2010 > New Revision: 36354 > URL: http://www.lyx.org/trac/changeset/36354 > > Log: > We don't generally use "static" this way in the LyX code any more. (Just > a bit of cleanup while studying other things....)
Still it adds a few bytes to the object file size and a few cycles to linking time. It's this kind of random, unneeded "improvements" that makes LyX development round trip times as bad as it is compared to projects with comparable source line counts. Andre'