diff options
Diffstat (limited to '')
| -rw-r--r-- | cube.c | 5 |
1 files changed, 1 insertions, 4 deletions
| @@ -94,9 +94,6 @@ Section: constants and strings | |||
| 94 | #define BDm 46 | 94 | #define BDm 46 |
| 95 | #define BLm 47 | 95 | #define BLm 47 |
| 96 | 96 | ||
| 97 | #define errormove 99U | ||
| 98 | #define errortrans 99U | ||
| 99 | |||
| 100 | #define _c_ufr 0U | 97 | #define _c_ufr 0U |
| 101 | #define _c_ubl 1U | 98 | #define _c_ubl 1U |
| 102 | #define _c_dfl 2U | 99 | #define _c_dfl 2U |
| @@ -620,7 +617,7 @@ readtrans(char *buf) | |||
| 620 | return t; | 617 | return t; |
| 621 | 618 | ||
| 622 | DBG_LOG("readtrans error\n"); | 619 | DBG_LOG("readtrans error\n"); |
| 623 | return errortrans; | 620 | return _error; |
| 624 | } | 621 | } |
| 625 | 622 | ||
| 626 | void | 623 | void |
