mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Eliminates dead code in the Vic-20 and Inputs::Joystick.
This commit is contained in:
parent
c2f6799f0c
commit
1825af0dd3
@ -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"
|
@ -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_;
|
||||
|
Loading…
Reference in New Issue
Block a user