From 399558e0148ee57347d3ded5cc757b9e5825ca1f Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Tue, 18 May 2021 20:04:57 -0700 Subject: [PATCH] remove unused glCompSetClear --- lib/glcomp/glcompset.c | 4 ---- lib/glcomp/glcompset.h | 1 - 2 files changed, 5 deletions(-) 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); -- 2.50.1