id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
2169,Do we still need 'isachild' member in styleObj?,dmorissette,dmorissette,"While working on #302, I noticed the '''isachild''' member in the styleObj that doesn't seem to be used any more (or anyway its value doesn't seem to be used anywhere based on a quick grep):

{{{
#ifndef SWIG
  /* Whether the style is within a class MS_TRUE or MS_FALSE.
   * If true, then memory deallocation is handled by the class
   * if false, then memory deallocation must be handled by the
   * application.
   */
  int isachild;
#endif
}}}

Can we remove this member? Is it still used by any of the SWIG wrappers?",defect,closed,normal,5.0 release,MapScript-SWIG,5.0,normal,fixed,,unicoletti tamas
