1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-01 06:41:36 +00:00

Eliminates dead code in the Vic-20 and Inputs::Joystick.

This commit is contained in:
Thomas Harte 2017-10-19 22:15:21 -04:00
parent c2f6799f0c
commit 1825af0dd3
2 changed files with 0 additions and 12 deletions

View File

@ -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"

View File

@ -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_;