[demo] Do not define static function when not required
commitf32ee9ad0cc0086129f3c1dc8c8ae309e0c1e660
authorNicola Fontana <ntd@entidi.it>
Fri, 12 Jun 2009 17:40:45 +0000 (12 19:40 +0200)
committerNicola Fontana <ntd@entidi.it>
Fri, 12 Jun 2009 17:40:45 +0000 (12 19:40 +0200)
treeafc7f9562a799775687cb82594b91b72b85c58aa
parentbd27c4aeb3d5915ac4eb67a545d3ab9dbee72a85
[demo] Do not define static function when not required

-Wall refactoring.

In adg-demo, when all the supported surfaces are included
there is no need to define missing_feature(). In the reverse
side, if no supported surfaces are included (kind of useless
but logically possible) there is no need to define file_generated().
demo/adg-demo.c