Remove unused variable.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22653 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-17 00:16:36 +00:00
parent aa972be599
commit 63a91cc69a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ MPROOT=../..
include $(MPROOT)/config.mak
INCLUDE = -I$(MPROOT) -I$(MPROOT)/loader
CFLAGS = $(OPTFLAGS) $(INCLUDE)
CFLAGS = $(OPTFLAGS)
# .PHONY: all clean