From 12db858dc758c85a2f7490b93b05694f34195630 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 19 Sep 2021 10:11:50 -0700 Subject: [PATCH] smyrna: remove some prototypes of unimplemented functions --- cmd/smyrna/smyrnadefs.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmd/smyrna/smyrnadefs.h b/cmd/smyrna/smyrnadefs.h index fc2c0d725..5a3b048aa 100644 --- a/cmd/smyrna/smyrnadefs.h +++ b/cmd/smyrna/smyrnadefs.h @@ -725,10 +725,6 @@ typedef struct extern void glexpose(void); - extern char *layout2s(gvk_layout gvkl); - extern gvk_layout s2layout(char *s); - extern char *element2s(gve_element); - #ifdef __cplusplus } /* end extern "C" */ #endif -- 2.40.0