aboutsummaryrefslogtreecommitdiff
path: root/src/chat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/chat.cpp')
-rw-r--r--src/chat.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/chat.cpp b/src/chat.cpp
index d8b577aab..92df038e8 100644
--- a/src/chat.cpp
+++ b/src/chat.cpp
@@ -142,11 +142,6 @@ u32 ChatBuffer::getRows() const
return m_rows;
}
-void ChatBuffer::scrollTop()
-{
- m_scroll = getTopScrollPos();
-}
-
void ChatBuffer::reformat(u32 cols, u32 rows)
{
if (cols == 0 || rows == 0)