viking

webkit based web browser for Enlightenment
Log | Files | Refs | LICENSE

commit a8c3b0a3f0810d7dabd0b2f87dc56b51067ee8d2
parent 6e881fe6753235c5ea92c7179dc82fb289da3dd9
Author: Kyle Milz <kmilz@ucalgary.ca>
Date:   Sat,  6 Oct 2012 15:29:01 -0600

remove old mouse button defines

Diffstat:
Msrc/viking.h | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/viking.h b/src/viking.h @@ -169,11 +169,6 @@ enum ConfigFileError { /* constants */ -#define MOUSE_BUTTON_1 1 -#define MOUSE_BUTTON_2 2 -#define MOUSE_BUTTON_3 3 -#define MOUSE_BUTTON_4 4 -#define MOUSE_BUTTON_5 5 #define BUFFERSIZE 255 #define MAXTAGSIZE 200