1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2024-12-23 17:26:11 +00:00

Remove Raws because it work best as profile

This commit is contained in:
MatMoul 2016-06-17 21:10:41 +02:00
parent cea8c98f03
commit a34d7e230f

View File

@ -64,7 +64,7 @@ int setStartupEffect(string effect) {
//free(powerOnEffect); //free(powerOnEffect);
return 0; return 0;
} }
delete[] g810; //delete[] g810;
//delete powerOnEffect; //delete powerOnEffect;
return 1; return 1;
} }