]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/chat.h
Increase limit for simultaneous blocks sent per client and the meshgen cache.
[dragonfireclient.git] / src / chat.h
index f84ece206c4fc0cb75adc236cf380c6653ae44d9..0b98e4d3c0507118b6485a70754998ad36ba128b 100644 (file)
@@ -94,8 +94,6 @@ class ChatBuffer
        // Delete lines older than maxAge.
        void deleteByAge(f32 maxAge);
 
-       // Get number of columns, 0 if reformat has not been called yet.
-       u32 getColumns() const;
        // Get number of rows, 0 if reformat has not been called yet.
        u32 getRows() const;
        // Update console size and reformat all formatted lines.