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
a3680f1f
Commit
a3680f1f
authored
20 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
remove redundant stuff
parent
821173e0
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/include/ZMap/zmapDraw.h
+2
-35
2 additions, 35 deletions
src/include/ZMap/zmapDraw.h
with
2 additions
and
35 deletions
src/include/ZMap/zmapDraw.h
+
2
−
35
View file @
a3680f1f
...
...
@@ -26,9 +26,9 @@
* in the ZMap.
*
* HISTORY:
* Last edited:
Nov 9 10
:2
1
200
4
(
rnc
)
* Last edited:
Jan 10 14
:2
3
200
5
(
edgrif
)
* Created: Tue Jul 27 16:40:47 2004 (edgrif)
* CVS info: $Id: zmapDraw.h,v 1.1
2
200
4-11-11
1
4
:2
1
:1
7 rnc
Exp $
* CVS info: $Id: zmapDraw.h,v 1.1
3
200
5-01-24
1
1
:2
6
:1
4 edgrif
Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_DRAW_H
...
...
@@ -49,38 +49,5 @@ FooCanvasItem *zmapDrawBox(FooCanvasItem *group,
GdkColor
*
line_colour
,
GdkColor
*
fill_colour
);
void
zmapDisplayText
(
FooCanvasGroup
*
group
,
char
*
text
,
char
*
colour
,
double
x
,
double
y
);
#ifdef ED_G_NEVER_INCLUDE_THIS_CODE
/* Rob, I don't know what all these do but they are commented out for the time being
* as they are not called anywhere........They also break the layering as they have
* ZMapPane references which is all wrong at this level. */
void
zmRegBox
(
ZMapPane
pane
,
int
box
,
ZMapColumn
*
col
,
void
*
seg
);
/* Column drawing code ************************************/
void
zMapFeatureColumn
(
ZMapPane
pane
,
ZMapColumn
*
col
,
float
*
offset
,
int
frame
);
void
buildCols
(
ZMapPane
pane
);
void
makezMapDefaultColumns
(
ZMapPane
pane
);
void
nbcInit
(
ZMapPane
pane
,
ZMapColumn
*
col
);
void
nbcSelect
(
ZMapPane
pane
,
ZMapColumn
*
col
,
void
*
seg
,
int
box
,
double
x
,
double
y
,
gboolean
isSelect
);
void
zMapGeneDraw
(
ZMapPane
pane
,
ZMapColumn
*
col
,
float
*
offset
,
int
frame
);
void
geneSelect
(
ZMapPane
pane
,
ZMapColumn
*
col
,
void
*
arg
,
int
box
,
double
x
,
double
y
,
gboolean
isSelect
);
gboolean
zmIsOnScreen
(
ZMapPane
pane
,
Coord
coord1
,
Coord
coord2
);
VisibleCoord
zmVisibleCoord
(
ZMapWindow
window
,
Coord
coord
);
ScreenCoord
zmScreenCoord
(
ZMapPane
pane
,
Coord
coord
);
Coord
zmCoordFromScreen
(
ZMapPane
pane
,
ScreenCoord
coord
);
gboolean
Quit
(
GtkWidget
*
widget
,
gpointer
data
);
#endif
/* ED_G_NEVER_INCLUDE_THIS_CODE */
#endif
/* ZMAP_DRAW_H */
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