fixed compiler warnings (after adding "-Wmissing-prototypes")
authorHolger Schemel <info@artsoft.org>
Wed, 19 Sep 2018 06:50:46 +0000 (08:50 +0200)
committerHolger Schemel <info@artsoft.org>
Wed, 19 Sep 2018 08:11:13 +0000 (10:11 +0200)
Adding this warning option revealed lots of unused functions (which
are deactivated in the code using preprocessor directives for now and
which will be checked and probably removed in a later step).


No differences found