Commit f9e796b3 authored by claes's avatar claes

Testprints removed

parent b1755212
/*
* Proview $Id: wb_ge_gtk.cpp,v 1.1 2007-01-04 08:41:00 claes Exp $
* Proview $Id: wb_ge_gtk.cpp,v 1.2 2007-09-07 06:26:21 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -71,7 +71,6 @@ int main( int argc, char *argv[])
CoXHelpGtk *xhelp = new CoXHelpGtk( mainwindow, 0, xhelp_eUtility_Wtt, (int *)&sts);
CoXHelpGtk::set_default( xhelp);
printf( "Argc: %d\n", argc);
if ( argc > 1) {
for ( i = 1; i < argc; i++) {
......
/*
* Proview $Id: wb_ge_motif.cpp,v 1.1 2007-01-04 08:40:55 claes Exp $
* Proview $Id: wb_ge_motif.cpp,v 1.2 2007-09-07 06:26:21 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -117,7 +117,6 @@ int main( int argc, char *argv[])
CoXHelpMotif *xhelp = new CoXHelpMotif( mainwindow, 0, xhelp_eUtility_Wtt, (int *)&sts);
CoXHelp::set_default( xhelp);
printf( "Argc: %d\n", argc);
if ( argc > 1) {
for ( i = 1; i < argc; i++) {
......
/*
* Proview $Id: wb_ge.cpp,v 1.3 2007-01-04 08:40:48 claes Exp $
* Proview $Id: wb_ge.cpp,v 1.4 2007-09-07 06:26:21 claes Exp $
* Copyright (C) 2005 SSAB Oxelösund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -38,7 +38,6 @@ int main( int argc, char *argv[])
char wmg[80];
pwr_tFileName file;
printf( "Argc: %d\n", argc);
if ( argc > 1) {
for ( i = 1; i < argc; i++) {
......
/*
* Proview $Id: ge_attr_gtk.cpp,v 1.4 2007-03-27 08:28:28 claes Exp $
* Proview $Id: ge_attr_gtk.cpp,v 1.5 2007-09-07 06:26:21 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -196,7 +196,6 @@ static gboolean attr_focus_in_event( GtkWidget *w, GdkEvent *event, gpointer dat
AttrGtk *attr = (AttrGtk *)data;
gboolean scrolledinput_visible;
gboolean input_visible;
printf("Focus event\n");
g_object_get( attr->cmd_scrolledinput, "visible", &scrolledinput_visible, NULL);
g_object_get( attr->cmd_input, "visible", &input_visible, NULL);
......
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