imgui stuff
[vg.git] / vg_audio.h
index 0e76efd3e4959b8808807a4ee69daa53b97f0046..120622cc658307bcb15239b88b08f9c8b733d584 100644 (file)
@@ -1262,6 +1262,7 @@ VG_STATIC void audio_debug_ui( m4x4f mtx_pv )
     * -----------------------------------------------------------------------
     */
 
+#if 0
    float budget = ((double)vg_audio.samples_last / 44100.0) * 1000.0;
    vg_profile_drawn( (struct vg_profile *[]){ &vg_prof_audio_decode,
                                               &vg_prof_audio_mix,
@@ -1404,6 +1405,7 @@ VG_STATIC void audio_debug_ui( m4x4f mtx_pv )
          }
       }
        }
+#endif
 
    audio_unlock();
 }