]> granicus.if.org Git - graphviz/commitdiff
agglomerative_ink_bundling_internal: remove disabled code
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 16 Jan 2022 21:57:00 +0000 (13:57 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 18 Jan 2022 06:25:04 +0000 (22:25 -0800)
This code has been a no-op since its first addition in
0cd264937e210404c56c195b9b74749e41ffa332. Anything ANDed with `FALSE` is
`FALSE`.

lib/mingle/agglomerative_bundling.cpp

index 247f334fe8d236fb1d6d5e40629f0cea9c0617bd..7912a6455b4d8aacd483ea700635bf9e85ce0347 100644 (file)
@@ -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]);