From 2e133d55affd7ff80555bdead51d0482a8924278 Mon Sep 17 00:00:00 2001 From: Andre Date: Fri, 10 Mar 2006 20:04:25 +0100 Subject: [PATCH] db.h: Kill an unused enum --- db.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/db.h b/db.h index 3347d3ad..cf55b46f 100644 --- a/db.h +++ b/db.h @@ -16,16 +16,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ -/** \file db.h data structures common to all database tools */ +/** \file db.h data structures common to all audio file selectors */ #include -enum supported_dbtools {DBT_DOPEY, -#ifdef HAVE_MYSQL - DBT_MYSQL, -#endif - NUM_DBTOOLS -}; int find_audio_files(const char *dirname, int (*f)(const char *, const char *)); -- 2.39.2