aboutsummaryrefslogtreecommitdiff
path: root/Net.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Net.cpp')
-rw-r--r--Net.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Net.cpp b/Net.cpp
index 5b3f5e3..249b6bb 100644
--- a/Net.cpp
+++ b/Net.cpp
@@ -1,10 +1,6 @@
#include "Net.h"
#include <iostream>
-Net::Net(){}
-
-Net::~Net(){}
-
void Net::setLevel(SignalLevel level){
this->level = level;
std::cout << this->size() << std::endl;