chore: Remove uneeded comments
As VS Code does not properly display long error messages. I had to copy and paste the error messages to somewhere. And I forgot to not commit them. Bruh.pull/4/head
parent
bf51d4dd9f
commit
aa9ab4216b
|
@ -16,16 +16,3 @@ this->setCentralWidget(ui->centralWidget);
|
|||
EchidnaEditor::~EchidnaEditor(){
|
||||
delete ui;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* undefined reference to `vtable for EchidnaEditor'
|
||||
*
|
||||
* /
|
||||
|
||||
|
||||
/*
|
||||
|
||||
undefined reference to `vtable for EchidnaEditor'
|
||||
|
||||
*/
|
Loading…
Reference in New Issue