Diff for /Amaya/amaya/templates.c between versions 1.166 and 1.167

version 1.166, 2008/02/27 14:15:35 version 1.167, 2008/03/06 10:32:05
Line 60  ThotBool IsTemplateInstanceDocument(Docu Line 60  ThotBool IsTemplateInstanceDocument(Docu
 /*----------------------------------------------------------------------  /*----------------------------------------------------------------------
   IsTemplateDocument: Test if a document is a template (not an instance)    IsTemplateDocument: Test if a document is a template (not an instance)
   doc : Document to test    doc : Document to test
   return : TRUE if the document is an instance    return : TRUE if the document is a template
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/
 ThotBool IsTemplateDocument(Document doc)  ThotBool IsTemplateDocument(Document doc)
 {  {
Line 1510  ThotBool TemplateAttrInMenu (NotifyAttri Line 1510  ThotBool TemplateAttrInMenu (NotifyAttri
     return FALSE;      return FALSE;
 }  }
   
   /*----------------------------------------------------------------------
   
     ----------------------------------------------------------------------*/
   void CreateTemplateFromDocument(Document doc, View view)
   {
   }
   

Removed from v.1.166  
changed lines
  Added in v.1.167


Webmaster