Remove useless variable.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19038 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-07-12 17:15:58 +00:00
parent cb2542950b
commit 7118457b20
1 changed files with 1 additions and 3 deletions

View File

@ -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 \