diff --git a/Inputs/Joystick.cpp b/Inputs/Joystick.cpp deleted file mode 100644 index df0104423..000000000 --- a/Inputs/Joystick.cpp +++ /dev/null @@ -1,9 +0,0 @@ -// -// Joystick.cpp -// Clock Signal -// -// Created by Thomas Harte on 14/10/2017. -// Copyright © 2017 Thomas Harte. All rights reserved. -// - -#include "Joystick.hpp" diff --git a/Machines/Commodore/Vic-20/Vic20.cpp b/Machines/Commodore/Vic-20/Vic20.cpp index 0549514ec..56fd12270 100644 --- a/Machines/Commodore/Vic-20/Vic20.cpp +++ b/Machines/Commodore/Vic-20/Vic20.cpp @@ -242,9 +242,6 @@ class Joystick: public Inputs::Joystick { keyboard_via_port_handler_.set_joystick_state(mapped_input, is_active); } - void reset_all_inputs() override { - } - private: UserPortVIA &user_port_via_port_handler_; KeyboardVIA &keyboard_via_port_handler_;