Eliminado un warning de variable no utilizada
This commit is contained in:
@@ -132,8 +132,6 @@ bool Stats::loadFromFile()
|
||||
// Guarda las estadisticas en un fichero
|
||||
void Stats::saveToFile()
|
||||
{
|
||||
bool success = true;
|
||||
|
||||
// Crea y abre el fichero de texto
|
||||
std::ofstream file(filePath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user