Selection: move selection functions from divelist.c to selection.c

Since we now have a selection.c translation unit, put the selection-
related functions there.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2019-11-24 15:02:34 +01:00 committed by bstoeger
parent 7787bfbf9e
commit 4b1a3a1a6e
14 changed files with 142 additions and 127 deletions

View file

@ -4,7 +4,7 @@
#include <list>
#include "templatelayout.h"
#include "core/display.h"
#include "core/selection.h"
QList<QString> grantlee_templates, grantlee_statistics_templates;