summaryrefslogtreecommitdiff
path: root/src/modlistbypriorityproxy.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-07 22:27:37 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-10 10:27:30 +0100
commit2d9fbc74219341d2592bf50e7d96318e554ac583 (patch)
treee3c2afb4702f53c7d8882930e3a34dc5b4b46180 /src/modlistbypriorityproxy.h
parentabd82f88db694557a9eac0706f6831f150123c7b (diff)
Remove dropSeparators() method from proxy.
Diffstat (limited to 'src/modlistbypriorityproxy.h')
-rw-r--r--src/modlistbypriorityproxy.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modlistbypriorityproxy.h b/src/modlistbypriorityproxy.h
index c64a7973..5cd66c62 100644
--- a/src/modlistbypriorityproxy.h
+++ b/src/modlistbypriorityproxy.h
@@ -55,11 +55,6 @@ protected slots:
private:
- // returns a pair of boolean, the first one indicates if the drop info
- // contains separators, the first one if the first row is a separator
- //
- std::pair<bool, bool> dropSeparators(const ModListDropInfo& dropInfo) const;
-
void buildTree();
struct TreeItem {