diff options
| author | Manolo Gouy <Manolo> | 2010-03-17 07:56:50 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-03-17 07:56:50 +0000 |
| commit | 8e4d054650d879bdd7eb549a4ef4ebc9104e2677 (patch) | |
| tree | 6e98f68222712d247d79258d9dc97751043379c7 /test/cube.cxx | |
| parent | 762d02fb6207c40e3c0e2ff8a9d41a510094f9c0 (diff) | |
Some fine tuning after introduction of Fl_Gl_Window-capable Fl_Printer::print_widget()
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7281 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/cube.cxx')
| -rw-r--r-- | test/cube.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/cube.cxx b/test/cube.cxx index e726b0e8f..b91fc0f87 100644 --- a/test/cube.cxx +++ b/test/cube.cxx @@ -170,8 +170,6 @@ void print_cb(Fl_Widget *w, void *data) if( printer.start_page() ) return; printer.scale(0.5,0.5); printer.print_widget( win ); - printer.print_gl_window( cube, cube->x(), cube->y() ); - printer.print_gl_window( cube2, cube2->x(), cube2->y() ); printer.end_page(); printer.end_job(); } |
