Home GnuPG

Remove superfluous call of load() from configuration module c'tors

Description

Remove superfluous call of load() from configuration module c'tors

load() is invoked automatically when a configuration module is shown
for the first time. Apart from being unnecessary, calling a virtual
member function from a c'tor should be avoided at all costs.