Cleanup: remove unused value

This commit is contained in:
Campbell Barton 2021-06-08 00:08:15 +10:00
parent c87327ddeb
commit dfac5a63bd
1 changed files with 0 additions and 8 deletions

View File

@ -52,8 +52,6 @@
#include "DNA_scene_types.h"
#include "MEM_guardedalloc.h"
#include "PIL_time.h"
#include "bmesh.h"
#include "bmesh_class.h"
#include "bmesh_tools.h"
@ -1862,12 +1860,6 @@ static void lineart_main_load_geometries(
lineart_matrix_ortho_44d(proj, -w, w, -w / asp, w / asp, cam->clip_start, cam->clip_end);
}
double t_start;
if (G.debug_value == 4000) {
t_start = PIL_check_seconds_timer();
}
invert_m4_m4(inv, rb->cam_obmat);
mul_m4db_m4db_m4fl_uniq(result, proj, inv);
copy_m4_m4_db(proj, result);