X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=vg_profiler.h;h=bfdde127af5b921840a79b66aa7c57c7367996be;hb=8340e9c7406c7292f85266f9f30f4b5ff246dcd3;hp=ca79e18d0bf77df3da6421de40176b916ff83d5c;hpb=233cb25785a3179dd041aededd679f4670f4e138;p=vg.git diff --git a/vg_profiler.h b/vg_profiler.h index ca79e18..bfdde12 100644 --- a/vg_profiler.h +++ b/vg_profiler.h @@ -58,6 +58,7 @@ VG_STATIC void vg_profile_end( struct vg_profile *profile ) } } +#if 0 VG_STATIC void vg_profile_drawn( struct vg_profile **profiles, u32 count, float budget, ui_rect panel, u32 colour_offset ) { @@ -134,6 +135,7 @@ VG_STATIC void vg_profile_drawn( struct vg_profile **profiles, u32 count, k_text_align_left ); } } +#endif VG_STATIC void vg_profiler_init(void) {