From cba672f0e2cbdc4dcb1e8014a8eb8cebb44853ab Mon Sep 17 00:00:00 2001
From: mh17 <mh17>
Date: Mon, 14 Dec 2009 11:44:03 +0000
Subject: [PATCH] deleted function zMapFeatureGetFromFile, replaced with
 zMapConfigGetStylesFromFile

---
 src/include/ZMap/zmapStyle.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/include/ZMap/zmapStyle.h b/src/include/ZMap/zmapStyle.h
index fb9299ea6..b3ca2abf9 100755
--- a/src/include/ZMap/zmapStyle.h
+++ b/src/include/ZMap/zmapStyle.h
@@ -28,7 +28,7 @@
  * HISTORY:
  * Last edited: Jul 29 09:27 2009 (edgrif)
  * Created: Mon Feb 26 09:28:26 2007 (edgrif)
- * CVS info:   $Id: zmapStyle.h,v 1.42 2009-07-29 12:47:51 edgrif Exp $
+ * CVS info:   $Id: zmapStyle.h,v 1.43 2009-12-14 11:44:03 mh17 Exp $
  *-------------------------------------------------------------------
  */
 #ifndef ZMAP_STYLE_H
@@ -467,7 +467,6 @@ gboolean zMapStyleMerge(ZMapFeatureTypeStyle curr_style, ZMapFeatureTypeStyle ne
 
 
 
-GData *zMapFeatureTypeGetFromFile(char *styles_list, char *styles_file) ;
 
 gboolean zMapStyleDisplayInSeparator(ZMapFeatureTypeStyle style);
 
-- 
GitLab