db.h: Kill an unused enum
[paraslash.git] / db.h
diff --git a/db.h b/db.h
index 3347d3ad239d5fd2d364c99083278f0b0b967a8e..cf55b46ff621d789e4eb6d67eb28d6cf793ac08c 100644 (file)
--- a/db.h
+++ b/db.h
  *     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 <sys/select.h>
 
-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 *));