From: Matthew Fernandez Date: Tue, 16 Jun 2020 01:05:23 +0000 (-0700) Subject: remove one unused N_NEW wrapper X-Git-Tag: 2.44.1~5^2~1^2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f644f7353febad603dd2d77cb0a5a2bb5ad9791f;p=graphviz remove one unused N_NEW wrapper --- diff --git a/plugin/pango/gvtextlayout_pango.c b/plugin/pango/gvtextlayout_pango.c index 9b102d97f..0927c4384 100644 --- a/plugin/pango/gvtextlayout_pango.c +++ b/plugin/pango/gvtextlayout_pango.c @@ -26,8 +26,6 @@ #include #endif -#define N_NEW(n,t) (t*)malloc((n)*sizeof(t)) - static void pango_free_layout (void *layout) { g_object_unref((PangoLayout*)layout);