aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
diff options
context:
space:
mode:
authorGravatar Helmut Grohne <helmut@subdivi.de>2009-07-29 12:28:01 +0200
committerGravatar Helmut Grohne <helmut@subdivi.de>2009-07-29 12:28:01 +0200
commite0ac0bcd4fd8eef5f1f214dafe31024abc8cd67b (patch)
tree9bef5a62957dd507995523899f18140b27d6c562 /uzbl.c
parent2495f27a0fc9ab1e927cf1d0dd3d786a71482882 (diff)
removed useless MAX_BINDINGS macro
Diffstat (limited to 'uzbl.c')
-rw-r--r--uzbl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/uzbl.c b/uzbl.c
index 95dafcf..665fe76 100644
--- a/uzbl.c
+++ b/uzbl.c
@@ -31,7 +31,6 @@
#define LENGTH(x) (sizeof x / sizeof x[0])
-#define MAX_BINDINGS 256
#define _POSIX_SOURCE
#include <gtk/gtk.h>