Skip to content
Snippets Groups Projects
Commit 9ca5dc1f authored by edgrif's avatar edgrif
Browse files

fix trivial compiler warning stuff.

parent 785a98ed
No related branches found
No related tags found
No related merge requests found
......@@ -25,9 +25,9 @@
* Description:
* Exported functions: See XXXXXXXXXXXXX.h
* HISTORY:
* Last edited: Jan 24 09:31 2007 (rds)
* Last edited: Feb 19 11:43 2007 (edgrif)
* Created: Thu Apr 29 11:06:06 2004 (edgrif)
* CVS info: $Id: zmapControlWindowFrame.c,v 1.22 2007-02-06 15:34:10 rds Exp $
* CVS info: $Id: zmapControlWindowFrame.c,v 1.23 2007-03-01 09:22:05 edgrif Exp $
*-------------------------------------------------------------------
*/
......@@ -113,9 +113,8 @@ static void valueCB(void *user_data, double start, double end)
return ;
}
static void controlWindowFramePanePositionCB(GObject *pane, GParamSpec *scroll, gpointer user_data)
static void controlWindowFramePanePositionCB(GObject *pane, GParamSpec *scroll, gpointer user_data_unused)
{
ZMap zmap = (ZMap)user_data;
gint pos;
/* we need to get the position... */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment