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
|
// Guarda las estadisticas en un fichero
|
||||||
void Stats::saveToFile()
|
void Stats::saveToFile()
|
||||||
{
|
{
|
||||||
bool success = true;
|
|
||||||
|
|
||||||
// Crea y abre el fichero de texto
|
// Crea y abre el fichero de texto
|
||||||
std::ofstream file(filePath);
|
std::ofstream file(filePath);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user