mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 00:39:53 +00:00
Remove excessive comments
This commit is contained in:
parent
f2fb8ec0f0
commit
8464156667
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user