Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
f33b63ff
Commit
f33b63ff
authored
19 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
get rid of unused variables.
parent
bb3a7a34
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/zmapWindow/zmapWindowItemHash.c
+7
-9
7 additions, 9 deletions
src/zmapWindow/zmapWindowItemHash.c
with
7 additions
and
9 deletions
src/zmapWindow/zmapWindowItemHash.c
+
7
−
9
View file @
f33b63ff
...
...
@@ -30,9 +30,9 @@
*
* Exported functions: See zMapWindow_P.h
* HISTORY:
* Last edited:
Jan
1
3
1
2:07
2006 (edgrif)
* Last edited:
Feb
1
7
1
3:58
2006 (edgrif)
* Created: Mon Jun 13 10:06:49 2005 (edgrif)
* CVS info: $Id: zmapWindowItemHash.c,v 1.1
5
2006-0
1
-1
3
1
8:53:23
edgrif Exp $
* CVS info: $Id: zmapWindowItemHash.c,v 1.1
6
2006-0
2
-1
7
1
4:00:17
edgrif Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -583,13 +583,7 @@ FooCanvasItem *zmapWindowFToIFindItemChild(GHashTable *feature_to_context_hash,
* */
GList
*
zmapWindowFToIFindItemSetFull
(
GHashTable
*
feature_to_context_hash
,
GQuark
align_id
,
GQuark
block_id
,
GQuark
set_id
,
#ifdef ED_G_NEVER_INCLUDE_THIS_CODE
ZMapStrand
strand
,
#endif
/* ED_G_NEVER_INCLUDE_THIS_CODE */
char
*
strand_spec
,
GQuark
feature_id
)
{
GList
*
result
=
NULL
;
...
...
@@ -1055,8 +1049,12 @@ gboolean isRegExp(GQuark id)
gboolean
filterOnRegExp
(
FooCanvasItem
*
item
,
ItemSearch
curr_search
,
gpointer
user_data
)
{
gboolean
result
=
FALSE
;
#ifdef ED_G_NEVER_INCLUDE_THIS_CODE
ZMapFeature
feature
;
char
*
pattern
,
*
string
,
*
key_string
;
#endif
/* ED_G_NEVER_INCLUDE_THIS_CODE */
char
*
pattern
,
*
key_string
;
GQuark
key_id
=
GPOINTER_TO_INT
(
user_data
)
;
key_string
=
(
char
*
)
g_quark_to_string
(
key_id
)
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment