From 488e81005a82a1abf6e1e814ba4186b6e5278283 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 16 Jan 2022 13:57:00 -0800 Subject: [PATCH] agglomerative_ink_bundling_internal: remove disabled code This code has been a no-op since its first addition in 0cd264937e210404c56c195b9b74749e41ffa332. Anything ANDed with `FALSE` is `FALSE`. --- lib/mingle/agglomerative_bundling.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/mingle/agglomerative_bundling.cpp b/lib/mingle/agglomerative_bundling.cpp index 247f334fe..7912a6455 100644 --- a/lib/mingle/agglomerative_bundling.cpp +++ b/lib/mingle/agglomerative_bundling.cpp @@ -462,13 +462,6 @@ static pedge* agglomerative_ink_bundling_internal(int dim, SparseMatrix A, pedge e->npoints = npp; } -#ifdef OPENGL - if (open_gl & FALSE){ - nedges_global = grid->n; - edges_global = edges; - drawScene(); - } -#endif } for (i = 0; i < ne; i++) pedge_delete(mid_edges[i]); -- 2.40.0