Commit: 79de78166fbc1bd9afff56ad77a41f5f45abbb9b
Author: Mateusz Grzeliński
Date: Fri Aug 7 14:22:03 2020 +0200
Branches: soc-2020-info-editor
https://developer.blender.org/rB79de78166fbc1bd9afff56ad77a41f5f45abbb9b
Remove comment
===================================================================
M source/blender/editors/space_info/info_report.c
===================================================================
diff --git a/source/blender/editors/space_info/info_report.c
b/source/blender/editors/space_info/info_report.c
index 919c45df236..3205101cd7d 100644
--- a/source/blender/editors/space_info/info_report.c
+++ b/source/blender/editors/space_info/info_report.c
@@ -558,15 +558,3 @@ ReportList *clog_to_report_list(SpaceInfo *sinfo)
}
return reports;
}
-/* TODO (grzelins) add formatting options for log
-static void clog_timestamp_to_char()
-{
- const uint64_t timestamp = 0; // clg_timestamp_ticks_get() -
type->ctx->timestamp_tick_start;
- char timestamp_str[64];
- const uint timestamp_len = snprintf(timestamp_str,
- sizeof(timestamp_str),
- "%" PRIu64 ".%03u ",
- timestamp / 1000,
- (uint)(timestamp % 1000));
-}
-*/
\ No newline at end of file
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs