Remove excessive comments

This commit is contained in:
twinaphex 2016-07-24 11:50:09 +02:00
parent f2fb8ec0f0
commit 8464156667
5 changed files with 2 additions and 10 deletions

View File

@ -39,8 +39,7 @@ int menu_hash_get_help_de(uint32_t hash, char *s, size_t len)
uint32_t driver_hash = 0;
settings_t *settings = config_get_ptr();
/* If this one throws errors, stop sledgehammering square pegs into round holes and */
/* READ THE COMMENTS at the top of the file. */ (void)sizeof(force_iso_8859_1);
(void)sizeof(force_iso_8859_1);
switch (hash)
{

View File

@ -39,8 +39,6 @@ int menu_hash_get_help_es(uint32_t hash, char *s, size_t len)
uint32_t driver_hash = 0;
settings_t *settings = config_get_ptr();
/* If this one throws errors, stop sledgehammering square pegs into round holes and */
/* READ THE COMMENTS at the top of the file. */
(void)sizeof(force_iso_8859_1);
switch (hash)

View File

@ -33,8 +33,7 @@ extern const char force_iso_8859_1[sizeof("
int menu_hash_get_help_fr(uint32_t hash, char *s, size_t len)
{
int ret = 0;
/* If this one throws errors, stop sledgehammering square pegs into round holes and */
/* READ THE COMMENTS at the top of the file. */
(void)sizeof(force_iso_8859_1);
switch (hash)

View File

@ -34,8 +34,6 @@ int menu_hash_get_help_it(uint32_t hash, char *s, size_t len)
uint32_t driver_hash = 0;
settings_t *settings = config_get_ptr();
/* If this one throws errors, stop sledgehammering square pegs into round holes and */
/* READ THE COMMENTS at the top of the file. */
(void)sizeof(force_iso_8859_1);
switch (hash)

View File

@ -36,8 +36,6 @@ int menu_hash_get_help_pt(uint32_t hash, char *s, size_t len)
uint32_t driver_hash = 0;
settings_t *settings = config_get_ptr();
/* If this one throws errors, stop sledgehammering square pegs into round holes and */
/* READ THE COMMENTS at the top of the file. */
(void)sizeof(force_iso_8859_1);
switch (hash)