From 4884c04541953a90ce3bd925837cb458607e0adb Mon Sep 17 00:00:00 2001
From: Allanis <allanis@saracraft.net>
Date: Sun, 16 Mar 2014 07:55:02 +0000
Subject: [PATCH] [Change] Bumped version 0.3.3 => 0.3.4

---
 bin/Makefile  | 2 +-
 src/options.c | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/Makefile b/bin/Makefile
index 6ed548f..375e60a 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -15,7 +15,7 @@ export OS
 # VERSION.
 VMAJOR			:= 0
 VMINOR			:= 3
-VREV				:= 3
+VREV				:= 4
 VERSION			= -DVMAJOR=$(VMAJOR) -DVMINOR=$(VMINOR) -DVREV=$(VREV)
 VERSIONFILE	= VERSION
 
diff --git a/src/options.c b/src/options.c
index 53284a5..7fb61fe 100644
--- a/src/options.c
+++ b/src/options.c
@@ -117,7 +117,6 @@ static void menuKeybinds_update(unsigned int wid, char* name) {
   SDLMod mod;
   int reverse;
   char buf[1024];
-  char pre[32];
   char bind[32];
 
   /* Get the keybind. */