From 4deee131f7a6e3ac067fe6965dd8cf0283739f29 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 25 Sep 2021 17:11:36 -0700 Subject: [PATCH] smyrna support.h: remove commented out code --- cmd/smyrna/support.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/cmd/smyrna/support.h b/cmd/smyrna/support.h index 74637fbda..bc5d0bdee 100644 --- a/cmd/smyrna/support.h +++ b/cmd/smyrna/support.h @@ -30,18 +30,10 @@ # define N_(String) (String) #endif - -/* Use this function to set the directory containing installed pixmaps. */ -/* void add_pixmap_directory(const gchar * directory); */ - - /* * Private Functions. */ -/* This is used to create the pixbufs used in the interface. */ -/* GdkPixbuf *create_pixbuf(const gchar * filename); */ - /* This is used to set ATK action descriptions. */ void glade_set_atk_action_description(AtkAction * action, const gchar * action_name, -- 2.40.0