From: Matthew Fernandez <matthew.fernandez@gmail.com>
Date: Sat, 5 Jun 2021 23:51:00 +0000 (-0700)
Subject: remove prototype for non-existent glCompSetRelease
X-Git-Tag: 2.47.3~7^2~11
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a5c04aba9f107ce2ea982ea88dc08ebb0f28427;p=graphviz

remove prototype for non-existent glCompSetRelease

This function was removed in 9a9cfd4e90775aa14a11a0db6745783f3a59ef56.
---

diff --git a/lib/glcomp/glcompset.h b/lib/glcomp/glcompset.h
index 7687623a1..69c7584d8 100644
--- a/lib/glcomp/glcompset.h
+++ b/lib/glcomp/glcompset.h
@@ -27,7 +27,6 @@ extern "C" {
     void glCompEmptyCommon(glCompCommon * c);
     extern glCompSet *glCompSetNew(int w, int h);
     extern int glCompSetDraw(glCompSet * s);
-    extern int glCompSetRelease(glCompSet * s, int x, int y);
     extern void glcompsetUpdateBorder(glCompSet * s, int w, int h);
     extern int glcompsetNextGroupId(glCompSet * s);
     extern int glcompsetGetGroupId(glCompSet * s);