From e7a7c2dfa86c03e2487172bfea6d25d2d957aeb7 Mon Sep 17 00:00:00 2001 From: Jonathan Gevaryahu Date: Thu, 12 Sep 2013 07:07:44 +0000 Subject: [PATCH] remove unused .lay file --- .gitattributes | 1 - src/mess/layout/dectalk.lay | 16 ---------------- src/mess/mess.mak | 1 - 3 files changed, 18 deletions(-) delete mode 100644 src/mess/layout/dectalk.lay diff --git a/.gitattributes b/.gitattributes index f384fb6d85b..b18300172a3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/src/mess/layout/dectalk.lay b/src/mess/layout/dectalk.lay deleted file mode 100644 index 3e4073e1e51..00000000000 --- a/src/mess/layout/dectalk.lay +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/src/mess/mess.mak b/src/mess/mess.mak index c2e0b62b2ae..f74257fac88 100644 --- a/src/mess/mess.mak +++ b/src/mess/mess.mak @@ -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