remove unneeded memset

vpad is already initialized by {}
This commit is contained in:
GaryOderNichts 2020-12-02 23:38:32 +01:00 committed by Maschell
parent 23f49001ef
commit 0c2be05b1b

View File

@ -23,7 +23,6 @@ class VPadInput : public Input {
public: public:
//!Constructor //!Constructor
VPadInput() { VPadInput() {
memset(&vpad, 0, sizeof(vpad));
} }
//!Destructor //!Destructor