From 0c2be05b1b8351aaffaca89140a4a71943656237 Mon Sep 17 00:00:00 2001 From: GaryOderNichts <12049776+GaryOderNichts@users.noreply.github.com> Date: Wed, 2 Dec 2020 23:38:32 +0100 Subject: [PATCH] remove unneeded memset vpad is already initialized by {} --- source/VPADInput.h | 1 - 1 file changed, 1 deletion(-) diff --git a/source/VPADInput.h b/source/VPADInput.h index e7cd0ec..00cbcc4 100644 --- a/source/VPADInput.h +++ b/source/VPADInput.h @@ -23,7 +23,6 @@ class VPadInput : public Input { public: //!Constructor VPadInput() { - memset(&vpad, 0, sizeof(vpad)); } //!Destructor