diff options
author | Max Kellermann <max@musicpd.org> | 2018-09-02 10:42:47 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-09-02 11:10:04 +0200 |
commit | e6a974a93e064cd305bf260ef9b7f1d58de19958 (patch) | |
tree | d1842e4dce6f2f41f4265b9a266b62fa9dfb8957 /src/db/Selection.cxx | |
parent | 9894967fcb26e25f7a63a37ef0cb5abeb5d2156a (diff) |
db/Selection: add `sort` and `window`
Remove them as parameters from `db_selection_print()`.
Diffstat (limited to 'src/db/Selection.cxx')
-rw-r--r-- | src/db/Selection.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/Selection.cxx b/src/db/Selection.cxx index abfc814a0..a7f61286c 100644 --- a/src/db/Selection.cxx +++ b/src/db/Selection.cxx @@ -1,5 +1,5 @@ /* - * Copyright 2003-2017 The Music Player Daemon Project + * Copyright 2003-2018 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify |