Skip to content

Commit

Permalink
Removal of remaining msg_hash_xx.c files
Browse files Browse the repository at this point in the history
Followup for PR#15218, remove the two remaining files and simplify
a few functions in msg_hash.c as a result.
  • Loading branch information
zoltanvb committed Aug 12, 2023
1 parent 0c64a07 commit be143a3
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4,295 deletions.
3 changes: 0 additions & 3 deletions Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,6 @@ endif
ifeq ($(HAVE_LANGEXTRA), 1)
DEFINES += -DHAVE_LANGEXTRA
DEF_FLAGS += -finput-charset=UTF-8

OBJ += intl/msg_hash_chs.o \
intl/msg_hash_pt_br.o
endif

ifneq ($(HAVE_GETOPT_LONG), 1)
Expand Down
5 changes: 0 additions & 5 deletions griffin/griffin.c
Original file line number Diff line number Diff line change
Expand Up @@ -1167,11 +1167,6 @@ RETROARCH
#include "../libretro-common/queues/task_queue.c"

#include "../msg_hash.c"
#ifdef HAVE_LANGEXTRA
#include "../intl/msg_hash_chs.c"
#include "../intl/msg_hash_pt_br.c"
#endif

#include "../intl/msg_hash_us.c"

/*============================================================
Expand Down
Loading

0 comments on commit be143a3

Please sign in to comment.