lexborisov / Modest

Modest is a fast HTML renderer implemented as a pure C99 library with no outside dependencies.
GNU Lesser General Public License v2.1
733 stars 65 forks source link

MODEST_PORT_NAME not used in source code #31

Closed vtorri closed 4 years ago

vtorri commented 7 years ago

Hello

MODEST_PORT_NAME is passed to the preprocessor : in Makefile:

MODEST_CFLAGS += -DMODEST_PORT_NAME=$(MODEST_PORT_NAME)

but this macro is not used in any source file. Is it really useful to pass it to the preprocessor ?

lexborisov commented 7 years ago

Hi! Need to remove this. Remnant of the past

vtorri commented 4 years ago

looking at lexbor only now, so closing