aboutsummaryrefslogtreecommitdiffstats
path: root/src/Instance.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Instance.hxx')
-rw-r--r--src/Instance.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Instance.hxx b/src/Instance.hxx
index 9e3f92458..7d517e245 100644
--- a/src/Instance.hxx
+++ b/src/Instance.hxx
@@ -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
/**