Revert "Ship default skin."

This reverts commit 65052fefa3.
It's already taken care of in the for loop just before
This commit is contained in:
Christophe Mutricy 2008-09-12 01:33:25 +01:00
parent 16f240f8a6
commit 58469546f5

View File

@ -850,9 +850,7 @@ if BUILD_SKINS
done
for i in $(top_builddir)/share/skins2/*.*; do \
cp -- "$$i" $(win32_destdir)/skins/ || true ; \
done \
cp -v share/skins2/default.vlt $(win32_destdir)/skins/ || true ;
done
endif
if BUILD_OSDMENU