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
f2ea545d
Commit
f2ea545d
authored
20 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
remove old junk.
parent
ca83af13
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/zmapControl/zmapControlWindow.c
+2
-44
2 additions, 44 deletions
src/zmapControl/zmapControlWindow.c
with
2 additions
and
44 deletions
src/zmapControl/zmapControlWindow.c
+
2
−
44
View file @
f2ea545d
...
...
@@ -26,9 +26,9 @@
*
* Exported functions: See zmapTopWindow_P.h
* HISTORY:
* Last edited:
Dec 15 15:08
200
4
(edgrif)
* Last edited:
Jan 7 13:35
200
5
(edgrif)
* Created: Fri May 7 14:43:28 2004 (edgrif)
* CVS info: $Id: zmapControlWindow.c,v 1.1
3
200
4-12-20 10
:5
5
:2
0
edgrif Exp $
* CVS info: $Id: zmapControlWindow.c,v 1.1
4
200
5-01-10 09
:5
1
:2
2
edgrif Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -129,48 +129,6 @@ static void quitCB(GtkWidget *widget, gpointer cb_data)
}
/* For now, just moving functions from zmapWindow/zmapcontrol.c */
#ifdef ED_G_NEVER_INCLUDE_THIS_CODE
/* zMapDisplay
* Main entry point for the zmap code. Called by zMapWindowCreate.
* The first param is the display window, then two callback routines to
* allow zmap to interrogate a data-source. Then a void pointer to a
* structure used in the process. Although zmap doesn't need to know
* directly about this structure, it needs to pass the pointer back
* during callbacks, so AceDB can use it.
*
* This will all have to change, now we're acedb-independent.
*
* We create the display window, then call the Activate
* callback routine to get the data, passing it a ZMapRegion in
* which to create fmap-flavour segs for us to display, then
* build the columns in the display.
*/
gboolean
zMapDisplay
(
ZMap
zmap
,
Activate_cb
act_cb
,
Calc_cb
calc_cb
,
void
*
region
,
char
*
seqspec
,
char
*
fromspec
,
gboolean
isOldGraph
)
{
zmap
->
firstTime
=
TRUE
;
/* used in addPane() */
/* make the window in which to display the data */
createNavViewWindow
(
zmap
);
#ifdef ED_G_NEVER_INCLUDE_THIS_CODE
drawWindow
(
zmap
->
focuspane
)
;
#endif
/* ED_G_NEVER_INCLUDE_THIS_CODE */
return
TRUE
;
}
#endif
/* ED_G_NEVER_INCLUDE_THIS_CODE */
...
...
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