• Stefan Tauner's avatar
    Fix bugs regarding METHOD ConfigSpecs · 8a1421ef
    Stefan Tauner authored
    ConfigSpecs of type METHOD should point to setter/getter methods.
    If given no argument they should return the previous value.
    However, some of our methods do not follow this API and hence
    break things when called as getters (w/o arguments). Most of them
    are not used anyway so get rid of them and fix the others.
    8a1421ef