Arreglos y limpieza de código

This commit is contained in:
2022-10-19 09:53:23 +02:00
parent b07baa4669
commit 4f1a596e46
37 changed files with 159 additions and 170 deletions

View File

@@ -1,4 +1,3 @@
#include "../const.h"
#include "writer.h"
// Constructor
@@ -22,11 +21,6 @@ Writer::Writer(Text *text)
finished = false;
}
// Destructor
Writer::~Writer()
{
}
// Actualiza el objeto
void Writer::update()
{