From ac68409286fd47ce6a54bbe571a4b9a477aa3f85 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 20 Jun 2021 17:54:01 -0700 Subject: [PATCH] remove some commented out code in gvusershape_open --- lib/gvc/gvusershape.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/gvc/gvusershape.c b/lib/gvc/gvusershape.c index 6051887c9..2167fe4ff 100644 --- a/lib/gvc/gvusershape.c +++ b/lib/gvc/gvusershape.c @@ -708,9 +708,6 @@ static usershape_t *gvusershape_open (const char *name) case FT_ICO: ico_size(us); break; -// case FT_TIFF: -// tiff_size(us); -// break; case FT_EPS: /* no eps_size code available */ default: break; -- 2.40.0