From 61776befc3f88c373e47ccbdf8c75e2ca0f4e987 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 9 Dec 2021 00:55:11 +1100 Subject: Cleanup: move public doc-strings into headers for 'editors' Ref T92709 --- source/blender/editors/space_info/info_stats.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/blender/editors/space_info/info_stats.cc') diff --git a/source/blender/editors/space_info/info_stats.cc b/source/blender/editors/space_info/info_stats.cc index 19c98fb4d17..bcf26743030 100644 --- a/source/blender/editors/space_info/info_stats.cc +++ b/source/blender/editors/space_info/info_stats.cc @@ -721,11 +721,6 @@ static void stats_row(int col1, BLF_draw_default(col2, *y, 0.0f, values, sizeof(values)); } -/** - * \param v3d_local: Pass this argument to calculate view-port local statistics. - * Note that this must only be used for local-view, otherwise report specific statistics - * will be written into the global scene statistics giving incorrect results. - */ void ED_info_draw_stats( Main *bmain, Scene *scene, ViewLayer *view_layer, View3D *v3d_local, int x, int *y, int height) { -- cgit v1.2.3