From: Matthew Fernandez Date: Wed, 19 May 2021 03:04:57 +0000 (-0700) Subject: remove unused glCompSetClear X-Git-Tag: 2.47.3~23^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=399558e0148ee57347d3ded5cc757b9e5825ca1f;p=graphviz remove unused glCompSetClear --- diff --git a/lib/glcomp/glcompset.c b/lib/glcomp/glcompset.c index 1e7a94e39..971c43f3f 100644 --- a/lib/glcomp/glcompset.c +++ b/lib/glcomp/glcompset.c @@ -295,10 +295,6 @@ void glCompDrawEnd(void) //pops the gl stack } -void glCompSetClear(glCompSet * s) -{ -} - int glCompSetDraw(glCompSet * s) { int ind = 0; diff --git a/lib/glcomp/glcompset.h b/lib/glcomp/glcompset.h index cbe4835f0..c0e774800 100644 --- a/lib/glcomp/glcompset.h +++ b/lib/glcomp/glcompset.h @@ -26,7 +26,6 @@ extern "C" { GLfloat y); void glCompEmptyCommon(glCompCommon * c); extern glCompSet *glCompSetNew(int w, int h); - extern void glCompSetClear(glCompSet * s); extern int glCompSetDraw(glCompSet * s); extern int glCompSetHide(glCompSet * s); extern int glCompSetShow(glCompSet * s);