Skip to content

Commit

Permalink
Fix STR #2523: unimplemented functions have been removed.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8284 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Manolo Gouy authored and Manolo Gouy committed Jan 16, 2011
1 parent 253dfe9 commit 356b3bb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions FL/Fl_PostScript.H
Expand Up @@ -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);};
Expand All @@ -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);
Expand Down

0 comments on commit 356b3bb

Please sign in to comment.