]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/chat.h
Patch built-in Lua to fix miscompile on Android (#12347)
[dragonfireclient.git] / src / chat.h
index 696d805eb7b05eacb7728366de259c20fe39e333..fc080f64b9c87a0b9784dceb75dc3ec97abe9596 100644 (file)
@@ -110,8 +110,6 @@ class ChatBuffer
        void scrollAbsolute(s32 scroll);
        // Scroll to bottom of buffer (newest)
        void scrollBottom();
-       // Scroll to top of buffer (oldest)
-       void scrollTop();
 
        // Functions for keeping track of whether the lines were modified by any
        // preceding operations