From 2d9fbc74219341d2592bf50e7d96318e554ac583 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Thu, 7 Jan 2021 22:27:37 +0100 Subject: Remove dropSeparators() method from proxy. --- src/modlistbypriorityproxy.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/modlistbypriorityproxy.h') 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 dropSeparators(const ModListDropInfo& dropInfo) const; - void buildTree(); struct TreeItem { -- cgit v1.3.1