Commit 59be1514 authored by claes's avatar claes

Testprint removed

parent 5cb1e1ce
/* /*
* Proview $Id: glow_curvewidget_gtk.cpp,v 1.6 2008-02-27 15:07:41 claes Exp $ * Proview $Id: glow_curvewidget_gtk.cpp,v 1.7 2008-05-13 13:51:20 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -194,8 +194,6 @@ static void scroll_h_action( GtkWidget *w, ...@@ -194,8 +194,6 @@ static void scroll_h_action( GtkWidget *w,
return; return;
} }
printf( "Horizontal scroll callback\n");
CurveCtx *ctx = (CurveCtx *) curvew->curve_ctx; CurveCtx *ctx = (CurveCtx *) curvew->curve_ctx;
gdouble value; gdouble value;
g_object_get( w, g_object_get( w,
...@@ -215,8 +213,6 @@ static void scroll_v_action( GtkWidget *w, ...@@ -215,8 +213,6 @@ static void scroll_v_action( GtkWidget *w,
return; return;
} }
printf( "Vertical scroll callback\n");
CurveCtx *ctx = (CurveCtx *) curvew->curve_ctx; CurveCtx *ctx = (CurveCtx *) curvew->curve_ctx;
gdouble value; gdouble value;
g_object_get( w, g_object_get( w,
......
Markdown is supported
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