From 666e192e4856b76b1154e463f9fec16f4f0b8541 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 31 Mar 2021 09:12:02 +0100 Subject: [PATCH] font-ebdftopcf.eclass: drop incomplete definitions of functions It's better to not try according to our fun AWK ;) Signed-off-by: Sam James --- eclass/font-ebdftopcf.eclass | 2 -- 1 file changed, 2 deletions(-) diff --git a/eclass/font-ebdftopcf.eclass b/eclass/font-ebdftopcf.eclass index 6d6bd70ae31f2..889f821c2572a 100644 --- a/eclass/font-ebdftopcf.eclass +++ b/eclass/font-ebdftopcf.eclass @@ -22,7 +22,6 @@ RDEPEND="" # Public functions # -# @FUNCTION: ebdftopcf ebdftopcf() { local bdffiles bdffiles="$@" @@ -37,7 +36,6 @@ ebdftopcf() { # Public inheritable functions # -# @FUNCTION: font-ebdftopcf_src_compile font-ebdftopcf_src_compile() { use X && FONT_SUFFIX="pcf.gz" use X || FONT_SUFFIX="bdf"