mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-18 01:30:56 +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);
|
keyboard_via_port_handler_.set_joystick_state(mapped_input, is_active);
|
||||||
}
|
}
|
||||||
|
|
||||||
void reset_all_inputs() override {
|
|
||||||
}
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
UserPortVIA &user_port_via_port_handler_;
|
UserPortVIA &user_port_via_port_handler_;
|
||||||
KeyboardVIA &keyboard_via_port_handler_;
|
KeyboardVIA &keyboard_via_port_handler_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user