cvg, makefile.linux: remove fxremap.o from objects.

fxremap() is called only in dos and windows builds.
This commit is contained in:
sezero
2018-08-09 16:10:50 +03:00
parent 7dbc64777a
commit 6759df5ead

View File

@@ -207,8 +207,9 @@ GLIDE_OBJECTS += \
../../init/sli.o \
../../init/sst1init.o \
../../init/util.o \
../../init/video.o \
../../init/fxremap.o
../../init/video.o
# fxremap() not called only in linux builds.
# ../../init/fxremap.o
# FIXME: needed for now to match the old library signature, should be checked
# if it's really needed.