MINOR: removing unused file

This commit is contained in:
Julian Seidenberg 2012-04-18 18:16:37 +12:00
parent 7710cf59c7
commit 93fcb863c5

View File

@ -1,20 +0,0 @@
digraph g {
orientation=portrait;
overlap=false;
splines=true;
edge[fontsize=8,len=1.5];
node[fontsize=10,shape=box];
<% control Modules %>
<% control Models %>
$Name [shape=record,label="{{$Name}|<% control Fields %>$Name\\n<% end_control %>}"];
<% if ParentModel %>
$Name -> $ParentModel [style=dotted];
<% end_if %>
<% control Relations %>
$Model.Name -> $RelatedClass [label="$Name\\n$RelationType"];
<% end_control %>
<% end_control %>
<% end_control %>
}