removed debug code

This commit is contained in:
vurtun 2015-12-12 10:59:38 +01:00
parent fb4e6c3992
commit ffc6d32cd9

View File

@ -175,9 +175,6 @@ ui_piemenu(struct zr_context *layout, struct zr_style *config,
if (angle < -0.0f) angle += 2.0f * 3.141592654f;
active = (int)(angle/step);
#define RAD2DEG(a) ((a)*(180.0f/3.141592654f))
fprintf(stdout, "%.2f %d\n", RAD2DEG(angle), active);
for (i = 0; i < item_count; ++i) {
struct zr_image img;
struct zr_rect content;