X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fscreen_client.c;h=c70257fe7020891658a4f727d65b74c7a5e267da;hb=733a1b1f9db81d8fc87197ef7a772d8403a492bc;hp=f291c7c57380b21bcf842aadf3001046114a599d;hpb=41ab418ed2d6de02ade2c4ee6c1bf99956affcf9;p=ncmpc.git diff --git a/src/screen_client.c b/src/screen_client.c index f291c7c..c70257f 100644 --- a/src/screen_client.c +++ b/src/screen_client.c @@ -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);