From: Matthew Fernandez Date: Wed, 2 Jun 2021 03:14:50 +0000 (-0700) Subject: remove unused glCompLabelSetFontSize X-Git-Tag: 2.47.3~12^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8794971576b47b7a89f742b91c52a8531efbe413;p=graphviz remove unused glCompLabelSetFontSize --- diff --git a/lib/glcomp/glcomplabel.c b/lib/glcomp/glcomplabel.c index f7448fc2c..589b2eabe 100644 --- a/lib/glcomp/glcomplabel.c +++ b/lib/glcomp/glcomplabel.c @@ -70,11 +70,6 @@ static void update_font(glCompLabel * p,char* text,char* desc,int fs) } -void glCompLabelSetFontSize(glCompLabel * p, int size) -{ - glCompFont* temp=p->common.font; - update_font(p,p->text,temp->fontdesc,size); -} void glCompLabelSetFontName(glCompLabel * p, char* fontName) { glCompFont* temp=p->common.font; diff --git a/lib/glcomp/glcomplabel.h b/lib/glcomp/glcomplabel.h index bb63b4b82..0d3251abb 100644 --- a/lib/glcomp/glcomplabel.h +++ b/lib/glcomp/glcomplabel.h @@ -22,7 +22,6 @@ extern "C" { /*events*/ extern int glCompLabelDraw(glCompLabel * p); - extern void glCompLabelSetFontSize(glCompLabel * p, int size); extern void glCompLabelSetFontName(glCompLabel * p, char* fontName); #ifdef __cplusplus