Remove some unused BUTTON_... and KEY_... defines.

SVN revision: 49481
This commit is contained in:
Kim Woelders 2010-06-06 10:05:42 +00:00
parent 1567896698
commit 5b94096067
2 changed files with 0 additions and 20 deletions

View File

@ -726,7 +726,6 @@ ButtonsConfigLoad(FILE * fs)
}
goto done;
case CONFIG_CLASSNAME:
case BUTTON_NAME:
STRCPY(name, s2);
pbt = ButtonFind(name);
break;
@ -734,11 +733,9 @@ ButtonsConfigLoad(FILE * fs)
STRCPY(label, s2);
break;
case CONFIG_IMAGECLASS:
case BUTTON_ICLASS:
STRCPY(iclass, s2);
break;
case CONFIG_ACTIONCLASS:
case BUTTON_ACLASS:
STRCPY(aclass, s2);
break;
case CONFIG_TEXT:

View File

@ -145,14 +145,6 @@
#define BORDER_CHANGES_SHAPE 507
#define BORDER_GROUP_NAME 508
#define BUTTON_NAME 520
#define BUTTON_ACLASS 521
#define BUTTON_ICLASS 522
#define BUTTON_MINW 523
#define BUTTON_MAXW 524
#define BUTTON_FLAGS 525
#define BUTTON_MAXH 526
#define BUTTON_MINH 527
#define BUTTON_XO 528
#define BUTTON_YO 529
#define BUTTON_XA 530
@ -176,15 +168,6 @@
#define BG_NAME 563
#define BG_DESKNUM 564
#define KEY_CLASSNAME 580
#define KEY_MODIFIER 581
#define KEY_MOD 582
#define KEY_ANYBUT 583
#define KEY_BUT 584
#define KEY_ANYKEY 585
#define KEY_KEY 586
#define KEY_BINDACLASS 587
#define COLORMOD_RED 600
#define COLORMOD_GREEN 601
#define COLORMOD_BLUE 602