diff options
| author | Manolo Gouy <Manolo> | 2011-02-23 14:36:18 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2011-02-23 14:36:18 +0000 |
| commit | d8822aa74af1c886f7ef4df58e42f52af397042d (patch) | |
| tree | fff5ed100610eb65d2740ab190a00a414d28ba91 /src/Fl_PostScript.cxx | |
| parent | 5a6da14af3884a55359bd148bcb79d62010c9f6b (diff) | |
Fl_Device: removed class_name(char *) member function and set class_name(void) virtual.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8467 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_PostScript.cxx')
| -rw-r--r-- | src/Fl_PostScript.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Fl_PostScript.cxx b/src/Fl_PostScript.cxx index c8e59cd8c..4ec1c654a 100644 --- a/src/Fl_PostScript.cxx +++ b/src/Fl_PostScript.cxx @@ -54,7 +54,6 @@ Fl_PostScript_Graphics_Driver::Fl_PostScript_Graphics_Driver(void) lang_level_ = 2; mask = 0; ps_filename_ = NULL; - class_name(class_id); scale_x = scale_y = 1.; bg_r = bg_g = bg_b = 255; } @@ -69,7 +68,6 @@ Fl_PostScript_Graphics_Driver::~Fl_PostScript_Graphics_Driver() { */ Fl_PostScript_File_Device::Fl_PostScript_File_Device(void) { - class_name(class_id); #ifdef __APPLE__ gc = fl_gc; // the display context is used by fl_text_extents() #endif |
