Fix a few warnings in PrintHostDialogs, UploadDialogs

This commit is contained in:
Vojtech Kral 2019-09-06 14:48:31 +02:00
parent a985a2720f
commit d096804a24
4 changed files with 5 additions and 10 deletions

View file

@ -31,8 +31,6 @@ public:
bool disable_version_check() const;
private:
const Semver &ver_current;
const Semver &ver_online;
wxCheckBox *cbox;
};