X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Feditor.c;h=c0d5ffd9a11e1cafe7742d872ba3f488fbdb1e8a;hp=4a6e9dd40b89bcbac935369d246b00ac2324d766;hb=4b722be68436ced0b7bb3eff61ed14d6c66df949;hpb=f6bcc10ce7b517f04eb5cddf01c9ec29ee729b7e diff --git a/src/editor.c b/src/editor.c index 4a6e9dd4..c0d5ffd9 100644 --- a/src/editor.c +++ b/src/editor.c @@ -3424,10 +3424,6 @@ static int new_element3 = EL_SAND; #define BUTTON_ELEMENT(button) ((button) == 1 ? new_element1 : \ (button) == 2 ? new_element2 : \ (button) == 3 ? new_element3 : EL_EMPTY) -#define BUTTON_STEPSIZE(button) ((button) == 1 ? 1 : \ - (button) == 2 ? 5 : \ - (button) == 3 ? 10 : \ - (button)) /* forward declaration for internal use */ static void ModifyEditorCounterValue(int, int);