From b3797050f75a857e7abd5a8737c82748ce737006 Mon Sep 17 00:00:00 2001 From: rds <rds> Date: Wed, 10 Jun 2009 10:06:06 +0000 Subject: [PATCH] remove dead function --- .../items/zmapWindowContainerFeatureSet.c | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/src/zmapWindow/items/zmapWindowContainerFeatureSet.c b/src/zmapWindow/items/zmapWindowContainerFeatureSet.c index 652fc3483..1b7128355 100755 --- a/src/zmapWindow/items/zmapWindowContainerFeatureSet.c +++ b/src/zmapWindow/items/zmapWindowContainerFeatureSet.c @@ -27,9 +27,9 @@ * * Exported functions: See XXXXXXXXXXXXX.h * HISTORY: - * Last edited: Jun 5 22:48 2009 (rds) + * Last edited: Jun 8 11:56 2009 (rds) * Created: Mon Jul 30 13:09:33 2007 (rds) - * CVS info: $Id: zmapWindowContainerFeatureSet.c,v 1.4 2009-06-07 08:14:38 rds Exp $ + * CVS info: $Id: zmapWindowContainerFeatureSet.c,v 1.5 2009-06-10 10:06:06 rds Exp $ *------------------------------------------------------------------- */ #include <string.h> /* memset */ @@ -269,7 +269,7 @@ ZMapFeatureTypeStyle zmapWindowContainerFeatureSetStyleFromStyle(ZMapWindowConta } ZMapFeatureTypeStyle zmapWindowContainerFeatureSetStyleFromID(ZMapWindowContainerFeatureSet container_set, - GQuark style_unique_id) + GQuark style_unique_id) { ZMapFeatureTypeStyle duplicated = NULL; @@ -283,17 +283,6 @@ ZMapFeatureTypeStyle zmapWindowContainerFeatureSetStyleFromID(ZMapWindowContaine return duplicated; } -ZMapFeatureTypeStyle zmapWindowContainerFeatureSetGetStyle(ZMapWindowContainerFeatureSet container_set, - ZMapFeature feature) -{ - ZMapFeatureTypeStyle style = NULL; - - style = zmapWindowStyleTableFind(container_set->style_table, container_set->unique_id); - - return style; -} - - /* Warning! This is dynamic and will pick the original id over unique id */ GQuark zmapWindowContainerFeatureSetColumnDisplayName(ZMapWindowContainerFeatureSet container_set) { -- GitLab