From aa9ab4216b82de2e851d93b2de2a06e476b83034 Mon Sep 17 00:00:00 2001 From: FortressValkriye Date: Mon, 13 Sep 2021 14:44:12 +0700 Subject: [PATCH] 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. --- src/editor.cpp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/editor.cpp b/src/editor.cpp index 2a69a9b..13faa5b 100644 --- a/src/editor.cpp +++ b/src/editor.cpp @@ -16,16 +16,3 @@ this->setCentralWidget(ui->centralWidget); EchidnaEditor::~EchidnaEditor(){ delete ui; } - - -/** - * undefined reference to `vtable for EchidnaEditor' - * - * / - - -/* - -undefined reference to `vtable for EchidnaEditor' - -*/ \ No newline at end of file