From 3db95eb4043b8da20e99dd7476bc82468a4609fb Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Sun, 9 Feb 2020 04:14:46 -0500 Subject: customizable columns for mod and plugin lists --- src/modlist.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/modlist.h') diff --git a/src/modlist.h b/src/modlist.h index 9a44b761..7452b28b 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -201,12 +201,6 @@ signals: */ void resizeHeaders(); - /** - * @brief requestColumnSelect is emitted whenever the user requested a menu to select visible columns - * @param pos the position to display the menu at - */ - void requestColumnSelect(QPoint pos); - /** * @brief emitted to remove a file origin * @param name name of the orign to remove -- cgit v1.3.1