]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - server.h
Some more (trivial) "database tool" -> "audio file selector" conversions
[paraslash.git] / server.h
index ba9b39e45359ef08deba2c2ead21d4acfc4616b2..1e4a75f83e514c5a5537a5850c4bdca5888f3323 100644 (file)
--- a/server.h
+++ b/server.h
@@ -139,7 +139,7 @@ struct misc_meta_data{
        unsigned int active_connections;
 /** the process id of para_server */
        pid_t server_pid;
-/** a string that gets filled in by the current database tool */
+/** a string that gets filled in by the current audio file selector */
        char dbinfo[MMD_INFO_SIZE];
 /** the number if the current database tool */
        int dbt_num;
@@ -147,8 +147,6 @@ struct misc_meta_data{
        int dbt_change;
 /** used by the sender command */
        struct sender_command_data sender_cmd_data;
-/** each dbtool has its private data pointer */
-       void *private_dbtool_data[NUM_DBTOOLS];
 };