Drop button_label_y_nudge; no longer needed (part 2)

Apparently `git push`-ed before I was done.  The rest of
https://sourceforge.net/p/tuxpaint/tuxpaint/ci/8db84be008a797f04b2d8557cb0c196c74da5059/
This commit is contained in:
Bill Kendrick 2024-06-02 11:09:05 -07:00
parent 8db84be008
commit 93a8fd8815
3 changed files with 12 additions and 28 deletions

View file

@ -23,7 +23,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
June 14, 2002 - April 30, 2023
June 14, 2002 - June 2, 2024
*/
@ -204,7 +204,7 @@ extern w_langs wished_langs[255];
/* Function prototypes: */
int get_current_language(void);
int setup_i18n(const char *restrict lang, const char *restrict locale, int *ptr_num_wished_languages) MUST_CHECK;
void mysetenv(const char *name, const char *value);
void setup_i18n(const char *restrict lang, const char *restrict locale, int *ptr_num_wished_languages);
void mysetenv(const char *name, const char *value);
#endif