| 882 | } |
| 883 | |
| 884 | int classObj_deleteStyle(classObj *self, int index) |
| 885 | { |
| 886 | return msDeleteStyle(self, index); |
| 887 | } |
| 888 | |
| 889 | /********************************************************************** |
| 890 | * class extensions for pointObj, useful many places |