From 7e8e3153e5227eb9b35ed2379efb54d17ba9aeae Mon Sep 17 00:00:00 2001 From: pecksin Date: Tue, 23 Mar 2021 18:18:44 -0400 Subject: move middleClick() into guiChatConsole.cpp where it belongs --- src/chat.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/chat.h') diff --git a/src/chat.h b/src/chat.h index bb40af048..d7d27646f 100644 --- a/src/chat.h +++ b/src/chat.h @@ -289,10 +289,6 @@ public: void scrollPageDown(); void scrollPageUp(); - // Handle middle click at this font position - // If clicked fragment has a web url, send it to the system default web browser - void middleClick(s32 col, s32 row); - // Resize recent buffer based on settings void applySettings(); -- cgit v1.2.3