diff options
| author | Manolo Gouy <Manolo> | 2010-03-20 08:37:03 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-03-20 08:37:03 +0000 |
| commit | bddd495ab4598476940af7846e78264c62cbca47 (patch) | |
| tree | 137ea84fa5653c2e507338b3f33a359312cb7a13 | |
| parent | e107a3682c3a074d6fe92360a6950e1c6b7d6430 (diff) | |
Removed commented out statement.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7307 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | test/device.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/device.cxx b/test/device.cxx index 77a688bf8..0be6378c0 100644 --- a/test/device.cxx +++ b/test/device.cxx @@ -598,7 +598,6 @@ void make_image() { void print(Fl_Widget *, void *w) { Fl_Widget * g = (Fl_Widget *)w; - //Fl_Printer * p = new Fl_PS_Printer(f, 3); Fl_Printer * p = new Fl_Printer(); //p->page(Fl_Printer::A4); //p->place(g, 70, 70, p->page_width() - 140, p->page_height() - 140, FL_ALIGN_CENTER); |
