remove unused .lay file

This commit is contained in:
Jonathan Gevaryahu 2013-09-12 07:07:44 +00:00
parent c4f671bc19
commit e7a7c2dfa8
3 changed files with 0 additions and 18 deletions

1
.gitattributes vendored
View File

@ -6923,7 +6923,6 @@ src/mess/layout/coco3.lay svneol=native#text/plain
src/mess/layout/cosmicos.lay svneol=native#text/plain
src/mess/layout/cp1.lay svneol=native#text/xml
src/mess/layout/cvicny.lay svneol=native#text/plain
src/mess/layout/dectalk.lay svneol=native#text/plain
src/mess/layout/digel804.lay svneol=native#text/plain
src/mess/layout/dmv.lay svneol=native#text/plain
src/mess/layout/dolphunk.lay svneol=native#text/plain

View File

@ -1,16 +0,0 @@
<?xml version="1.0"?>
<mamelayout version="2">
<element name="background">
<rect>
<bounds left="0" top="0" right="1" bottom="1" />
<color red="0.0" green="0.0" blue="0.0" />
</rect>
</element>
<view name="Default Layout">
<!-- Black background -->
<bezel element="background">
<bounds left="1" top="1" right="10" bottom="5" />
</bezel>
</view>
</mamelayout>

View File

@ -2552,7 +2552,6 @@ $(MESS_DRIVERS)/cvicny.o: $(MESS_LAYOUT)/cvicny.lh
$(MESS_DRIVERS)/coco3.o: $(MESS_LAYOUT)/coco3.lh
$(MESS_DRIVERS)/cosmicos.o: $(MESS_LAYOUT)/cosmicos.lh
$(MESS_DRIVERS)/c80.o: $(MESS_LAYOUT)/c80.lh
$(MESS_DRIVERS)/dectalk.o: $(MESS_LAYOUT)/dectalk.lh
$(MESS_DRIVERS)/digel804.o: $(MESS_LAYOUT)/digel804.lh
$(MESS_DRIVERS)/dmv.o: $(MESS_LAYOUT)/dmv.lh
$(MESS_DRIVERS)/dolphunk.o: $(MESS_LAYOUT)/dolphunk.lh