From: Andre Date: Fri, 10 Mar 2006 19:04:25 +0000 (+0100) Subject: db.h: Kill an unused enum X-Git-Tag: v0.2.11~25 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=2e133d55affd7ff80555bdead51d0482a8924278 db.h: Kill an unused enum --- 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 *));