From 84641566676efbdc83833dec90a253480be6fbf5 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 24 Jul 2016 11:50:09 +0200 Subject: [PATCH] Remove excessive comments --- intl/msg_hash_de.c | 3 +-- intl/msg_hash_es.c | 2 -- intl/msg_hash_fr.c | 3 +-- intl/msg_hash_it.c | 2 -- intl/msg_hash_pt.c | 2 -- 5 files changed, 2 insertions(+), 10 deletions(-) diff --git a/intl/msg_hash_de.c b/intl/msg_hash_de.c index 4f7c50935f..99895e54e5 100644 --- a/intl/msg_hash_de.c +++ b/intl/msg_hash_de.c @@ -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) { diff --git a/intl/msg_hash_es.c b/intl/msg_hash_es.c index 15728cd63d..a3b8cc9636 100644 --- a/intl/msg_hash_es.c +++ b/intl/msg_hash_es.c @@ -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) diff --git a/intl/msg_hash_fr.c b/intl/msg_hash_fr.c index 98cd09ec1e..43b66116e4 100644 --- a/intl/msg_hash_fr.c +++ b/intl/msg_hash_fr.c @@ -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) diff --git a/intl/msg_hash_it.c b/intl/msg_hash_it.c index fc2ccf560a..387091ae94 100644 --- a/intl/msg_hash_it.c +++ b/intl/msg_hash_it.c @@ -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) diff --git a/intl/msg_hash_pt.c b/intl/msg_hash_pt.c index 6bb4fe91ed..0df2246793 100644 --- a/intl/msg_hash_pt.c +++ b/intl/msg_hash_pt.c @@ -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)