diff options
| author | Greg Ercolano <erco@seriss.com> | 2013-09-23 20:26:54 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2013-09-23 20:26:54 +0000 |
| commit | 497570c4fc44c9ff33c790e525205ff96e1c9f99 (patch) | |
| tree | 7e1f559b10102a173b61f7b2ea9e981ab65f6ee1 /FL/Fl_PostScript.H | |
| parent | 3d7d2938c7378d3197a30ffc999b56d0a62e3540 (diff) | |
STR# 2973: removing ABI guard as per fltk.coredev discussion on Sep 21 - 23
with Manolo (Subject: ABI question)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9987 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_PostScript.H')
| -rw-r--r-- | FL/Fl_PostScript.H | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/FL/Fl_PostScript.H b/FL/Fl_PostScript.H index 347264909..6cf8b096e 100644 --- a/FL/Fl_PostScript.H +++ b/FL/Fl_PostScript.H @@ -122,11 +122,7 @@ class Clip { void page_policy(int p); int page_policy(){return page_policy_;}; -#if FLTK_ABI_VERSION < 10303 - void close_command( int (*cmd)(FILE *)){close_cmd_=cmd;}; -#else void close_command(Fl_PostScript_Close_Command* cmd){close_cmd_=cmd;}; -#endif FILE * file() {return output;}; //void orientation (int o); //Fl_PostScript_Graphics_Driver(FILE *o, int lang_level, int pages = 0); // ps (also multi-page) constructor |
