zoom refactor: get_backend_from_databases is now void
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 9 Mar 2015 14:10:10 +0000 (15:10 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 9 Mar 2015 14:10:10 +0000 (15:10 +0100)
commit68143f4eddb3072ff589759ea9661b44095edc33
treed1778485a5e9b879fc933901bdfa11e55a54bcd0
parentb78e37fd3f724a0a7030c80dfdec5eb55bd5a87a
zoom refactor: get_backend_from_databases is now void

instead of returning BackendPtr.. The m_backend is already having it -
so it's really DRY to have it as a return value as well.
src/filter_zoom.cpp