mirror of
https://github.com/afska/gba-link-connection.git
synced 2026-09-08 08:56:42 -05:00
Removing side effect from constructor
This commit is contained in:
@@ -105,8 +105,6 @@ class LinkCable {
|
||||
this->bufferSize = bufferSize;
|
||||
this->interval = interval;
|
||||
this->sendTimerId = sendTimerId;
|
||||
|
||||
stop();
|
||||
}
|
||||
|
||||
bool isActive() { return isEnabled; }
|
||||
|
||||
Reference in New Issue
Block a user