From 7118457b204afb6036dde8b3140b8f00286c8c1f Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 12 Jul 2006 17:15:58 +0000 Subject: Remove useless variable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19038 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Gui') diff --git a/Gui/Makefile b/Gui/Makefile index 3e499ef443..543603e804 100644 --- a/Gui/Makefile +++ b/Gui/Makefile @@ -5,9 +5,7 @@ LIBNAME = libgui.a 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 \ -- cgit v1.2.3