1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-08-12 01:10:03 +00:00

Remove commented-out code

This commit is contained in:
Nicolas Braud-Santoni 2016-05-05 19:40:28 +02:00
parent 0f39b825e1
commit eb128e65a4
162 changed files with 2092 additions and 6594 deletions

View file

@ -51,22 +51,14 @@ ProfRender::ProfRender() : RenderObject()
cull = false;
alpha = 0.5;
//Prof_set_report_mode(Prof_CALL_GRAPH);
}
void ProfRender::onRender()
{
/*
for (int i = 0; i < 20; i++)
{
core->print(10, 10+i*10, "ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890abcdefghijklmnopqrstuvwxyz");
}
*/
#ifdef BBGE_BUILD_WINDOWS
/*
Prof_draw_gl(20, 50, 400, 400, 20, 2, prof_print, prof_width);
Prof_draw_graph_gl(430, 50, 2, 8);
*/
#endif
}