Code

README.rst: reformat the "Links" section
[ncmpc.git] / src / screen_client.c
index f291c7c57380b21bcf842aadf3001046114a599d..c70257fe7020891658a4f727d65b74c7a5e267da 100644 (file)
@@ -44,10 +44,6 @@ screen_database_update(struct mpdclient *c, const char *path)
                return;
        }
 
-       /* set update_id to make sure the browse callback gets called
-          even if the update has finished before status is updated */
-       c->update_id = id;
-
        if (path != NULL && *path != 0) {
                char *path_locale = utf8_to_locale(path);
                screen_status_printf(_("Database update of %s started"), path);