aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/kill.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kill.cpp')
-rw-r--r--src/kill.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/kill.cpp b/src/kill.cpp
index 22f21475..7b68b16c 100644
--- a/src/kill.cpp
+++ b/src/kill.cpp
@@ -20,17 +20,6 @@
#include "exec.h"
#include "path.h"
-/**
- Maximum entries in killring
-*/
-#define KILL_MAX 8192
-
-/** Last kill string */
-//static ll_node_t *kill_last=0;
-
-/** Current kill string */
-//static ll_node_t *kill_current=0;
-
/** Kill ring */
typedef std::list<wcstring> kill_list_t;
static kill_list_t kill_list;