diff -r 48f8f3fce7c0 -r 0bb48333d133 bmsd/mysql.h --- a/bmsd/mysql.h Mon May 18 11:00:59 2020 +0200 +++ b/bmsd/mysql.h Tue May 19 13:50:14 2020 +0200 @@ -45,12 +45,5 @@ void ispindel_mysql_update(sys_ispindel_list *ispindel); void ispindel_mysql_death(char *alias); -/** - * @brief Check state changes in the database for all iSpindels and - * update the internal memory array. Called every 5 seconds from - * the main server thread. - */ -void ispindel_mysql_check(void); - #endif