From 02604cd9012e620b9554740931f4ad44bf7b228e Mon Sep 17 00:00:00 2001 From: nilsoncore Date: Mon, 18 Sep 2023 05:57:49 +0300 Subject: [PATCH] vk: profiler: metrics: remove outdated comment --- ref/vk/r_speeds.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ref/vk/r_speeds.c b/ref/vk/r_speeds.c index 24bec941..be9255bf 100644 --- a/ref/vk/r_speeds.c +++ b/ref/vk/r_speeds.c @@ -745,8 +745,6 @@ static void doPrintMetrics( void ) { // Note: // This table alignment method relies on monospace font // and will have its alignment completly broken without one. - // That is why there is now cvar called `r_speeds_metrics_as_table`, - // which can toggle this printing method on/off. header_format = " | %-38s | %-10s | %-40s | %21s\n"; line_format = " | %.38s | %.10s | %.40s | %.21s\n"; row_format = " | ^2%-38s^7 | ^3%-10s^7 | ^5%-40s^7 | ^6%s:%d^7\n";