diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/applets.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/applets.h b/include/applets.h index f7f68cd8d..8c59507ce 100644 --- a/include/applets.h +++ b/include/applets.h | |||
| @@ -436,7 +436,4 @@ | |||
| 436 | { 0,NULL,0 } | 436 | { 0,NULL,0 } |
| 437 | }; | 437 | }; |
| 438 | 438 | ||
| 439 | /* The -1 arises because of the {0,NULL,0,-1} entry above. */ | ||
| 440 | size_t NUM_APPLETS = (sizeof (applets) / sizeof (struct BB_applet) - 1); | ||
| 441 | |||
| 442 | #endif | 439 | #endif |
