remove minimum template code.

actually, empty template code is replaced with minimum template code.
orignally, empty template code is useless.
This commit is contained in:
Hermet Park 2016-02-17 22:15:01 +09:00
parent b15e55fa6e
commit 67f80c2b03
3 changed files with 7 additions and 12 deletions

View File

@ -16,8 +16,6 @@ files_DATA = basic.edc \
image.edj \
map.edc \
map.edj \
minimum.edc \
minimum.edj \
proxy.edc \
proxy.edj \
rect.edc \
@ -87,8 +85,5 @@ spacer.edj: Makefile spacer.edc
sound.edj: Makefile sound.edc
$(EDJE_CC) $(EDJE_FLAGS) $(srcdir)/sound.edc $(builddir)/sound.edj
minimum.edj: Makefile minimum.edc
$(EDJE_CC) $(EDJE_FLAGS) $(srcdir)/minimum.edc $(builddir)/minimum.edj
clean-local:
rm -f *.edj

View File

@ -0,0 +1,7 @@
collections {
base_scale: 1.0;
group { "main";
parts {
}
}
}

View File

@ -1,7 +0,0 @@
collections {
base_scale: 1.0;
group { "main";
parts {
}
}
}