summaryrefslogtreecommitdiff
path: root/x.c
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-20 02:51:21 -0600
committerzachir <zachir@librem.one>2023-02-20 02:51:21 -0600
commit63249e7fdb5586be4ae469ea2114306700146a55 (patch)
tree5ec9d9c789ffc15772f713620545c441ba5a86ee /x.c
parent2920f5918b511c913cf3830a38c684a841753f8b (diff)
Revert "appy scrollback-ringbuffer patch"
This reverts commit 75110c3cdea1cade7a9b097806cae1a32f8a5e8a.
Diffstat (limited to 'x.c')
-rw-r--r--x.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/x.c b/x.c
index ff736f7..6f2ddff 100644
--- a/x.c
+++ b/x.c
@@ -60,8 +60,6 @@ static void zoom(const Arg *);
static void zoomabs(const Arg *);
static void zoomreset(const Arg *);
static void ttysend(const Arg *);
-void kscrollup(const Arg *);
-void kscrolldown(const Arg *);
/* config.h for applying patches and the configuration. */
#include "config.h"