summaryrefslogtreecommitdiff
path: root/src/chat.h
diff options
context:
space:
mode:
authorpecksin <pexin@protonmail.com>2021-03-23 18:18:44 -0400
committerpecksin <pexin@protonmail.com>2021-03-23 18:18:44 -0400
commit7e8e3153e5227eb9b35ed2379efb54d17ba9aeae (patch)
tree87d3e0c6c048555c2e0179f29e6fbd39379dadc0 /src/chat.h
parentc18be120855d4219d7e06ed674121eb7f6a93ea5 (diff)
downloadminetest-7e8e3153e5227eb9b35ed2379efb54d17ba9aeae.tar.gz
minetest-7e8e3153e5227eb9b35ed2379efb54d17ba9aeae.tar.bz2
minetest-7e8e3153e5227eb9b35ed2379efb54d17ba9aeae.zip
move middleClick() into guiChatConsole.cpp where it belongs
Diffstat (limited to 'src/chat.h')
-rw-r--r--src/chat.h4
1 files changed, 0 insertions, 4 deletions
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();