Instance: merge DatabaseModified() into OnDatabaseModified()

This commit is contained in:
Max Kellermann
2014-02-04 19:17:22 +01:00
parent eec6d09959
commit bae6f653d1
2 changed files with 7 additions and 18 deletions

View File

@@ -81,13 +81,6 @@ struct Instance final
Database *GetDatabase(Error &error);
void DeleteSong(const char *uri);
/**
* The database has been modified. Propagate the change to
* all subsystems.
*/
void DatabaseModified();
#endif
/**