diff options
| author | Manolo Gouy <Manolo> | 2016-04-24 16:22:38 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-24 16:22:38 +0000 |
| commit | 6d8b0624537669b61c856f3d2f4642c26a70e4e2 (patch) | |
| tree | 225be41a1e3141e6e0762afdf760e31c4254ce2a /src/drivers/PostScript/Fl_PostScript.cxx | |
| parent | 98f071fa16064abc6785519b4ce8c3cb3f404812 (diff) | |
Complete DOxygen documentation of the Fl_Graphics_Driver class.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11690 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/PostScript/Fl_PostScript.cxx')
| -rw-r--r-- | src/drivers/PostScript/Fl_PostScript.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/drivers/PostScript/Fl_PostScript.cxx b/src/drivers/PostScript/Fl_PostScript.cxx index f3da551bc..c84fc3295 100644 --- a/src/drivers/PostScript/Fl_PostScript.cxx +++ b/src/drivers/PostScript/Fl_PostScript.cxx @@ -105,12 +105,6 @@ Fl_PostScript_File_Device::~Fl_PostScript_File_Device() { if (ps) delete ps; } -/** Shields output PostScript data from modifications of the current locale. - It typically avoids PostScript errors caused if the current locale uses comma instead of dot - as "decimal point". - \param format directives controlling output PostScript data - \return value returned by vfprintf() call - */ int Fl_PostScript_Graphics_Driver::clocale_printf(const char *format, ...) { va_list args; |
