# HG changeset patch # User diego # Date 1152724558 0 # Node ID 9fd34039e6df574fe1fd5826d28fd8ea34561a81 # Parent 55990b84e83c2da508537eb1f8cd89387dcdbc26 Remove useless variable. diff -r 55990b84e83c -r 9fd34039e6df Gui/Makefile --- a/Gui/Makefile Wed Jul 12 16:59:54 2006 +0000 +++ b/Gui/Makefile Wed Jul 12 17:15:58 2006 +0000 @@ -5,9 +5,7 @@ INCDIR = -I. -I.. -I../loader -I./wm -I./skin $(FREETYPE_INC) $(GTKINC) $(EXTRA_INC) -OPTIMIZE = $(OPTFLAGS) - -CFLAGS = $(OPTIMIZE) $(INCDIR) $(DEBUG) +CFLAGS = $(OPTFLAGS) $(INCDIR) $(DEBUG) ifeq ($(TARGET_WIN32),yes) SRCS = win32/dialogs.c \