summaryrefslogtreecommitdiff
path: root/multiVis.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-11-13 15:05:15 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-11-13 15:05:15 -0800
commit7d59a57f67f1c0be40b7e2ff0323026824b1f403 (patch)
tree6d080e4700718dc2741769493062babb04e22a01 /multiVis.c
parent0501a64d58ae6c1e9287188de120efbdd6aadd2d (diff)
Delete commented-out local copy of list function prototypes
Duplicated list.h header contents Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'multiVis.c')
-rw-r--r--multiVis.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/multiVis.c b/multiVis.c
index 1aa57b3..3ade611 100644
--- a/multiVis.c
+++ b/multiVis.c
@@ -104,18 +104,6 @@ typedef struct {
#define GREEN_SHIFT 8
#define BLUE_SHIFT 0
-/*
-extern list_ptr new_list();
-extern list_ptr dup_list_head();
-extern void * first_in_list();
-extern void * next_in_list();
-extern int add_to_list();
-extern void zero_list();
-extern void delete_list();
-extern void delete_list_destroying();
-extern unsigned int list_length();
-*/
-
/* Prototype Declarations for Static Functions */
static void QueryColorMap(Display *, Colormap, Visual *,
XColor **, int *, int *, int *);