diff options
| author | Manolo Gouy <Manolo> | 2010-11-23 12:13:17 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-11-23 12:13:17 +0000 |
| commit | 5625337133d4dd8dfb4cd2689e71a90e906e3fb3 (patch) | |
| tree | 574575cdb703c810800f13b330d8b9eb4a47f491 /src/print_panel.cxx | |
| parent | 3a807e55bc7a8564d7a693922ccabe6779989d15 (diff) | |
Improves the usability of member function: Fl_PostScript_File_Device::start_job (FILE *,...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7885 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/print_panel.cxx')
| -rw-r--r-- | src/print_panel.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/print_panel.cxx b/src/print_panel.cxx index 6672ead3a..d8bcaf7a0 100644 --- a/src/print_panel.cxx +++ b/src/print_panel.cxx @@ -67,7 +67,6 @@ static Fl_Int_Input *print_to=(Fl_Int_Input *)0; static Fl_Spinner *print_copies=(Fl_Spinner *)0; static int print_start = 0; // 1 if print_okay has been clicked -static int print_pipe = 0; // 0 = file, 1 = pipe (lp) static void cb_print_choice(Fl_Choice*, void*) { print_update_status(); |
