summaryrefslogtreecommitdiff
path: root/FL/Fl_PostScript.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2011-01-16 19:56:01 +0000
committerManolo Gouy <Manolo>2011-01-16 19:56:01 +0000
commit356b3bbc7d28e069ce56bd1f662ed0b3946b5250 (patch)
treec2c3c73762c60180ae0735196e0422e810165bd6 /FL/Fl_PostScript.H
parent253dfe93c10836e4a5aba8d4ea09826e1badcf50 (diff)
Fix STR #2523: unimplemented functions have been removed.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8284 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_PostScript.H')
-rw-r--r--FL/Fl_PostScript.H5
1 files changed, 0 insertions, 5 deletions
diff --git a/FL/Fl_PostScript.H b/FL/Fl_PostScript.H
index f6c4fdd55..43c08b7eb 100644
--- a/FL/Fl_PostScript.H
+++ b/FL/Fl_PostScript.H
@@ -184,10 +184,6 @@ class Clip {
void font(int face, int size);
int font(){return font_;};
int size(){return size_;};
- double width(unsigned c);
- double width(const char* s, int n);
- int descent();
- int height();
void draw_image(const uchar* d, int x,int y,int w,int h, int delta=3, int ldelta=0){draw_scaled_image(d,x,y,w,h,w,h,delta,ldelta);};
void draw_image_mono(const uchar* d, int x,int y,int w,int h, int delta=1, int ld=0){draw_scaled_image_mono(d,x,y,w,h,w,h,delta,ld);};
@@ -208,7 +204,6 @@ public:
void page(double pw, double ph, int media = 0);
void page(int format);
- void place(double x, double y, double tx, double ty, double scale = 1);
#endif // FL_DOXYGEN
Fl_PostScript_Graphics_Driver();
void draw(Fl_Pixmap * pxm,int XP, int YP, int WP, int HP, int cx, int cy);