remove unneeded constructor
This commit is contained in:
parent
1431660328
commit
2a697fecbf
6
src/Gate.cpp
Normal file
6
src/Gate.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
#include "Gate.h"
|
||||
|
||||
void Gate::setOut(int newValue, int setTime)
|
||||
{
|
||||
out->setValue(newValue, setTime);
|
||||
}
|
Loading…
Reference in New Issue
Block a user