diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-12-17 18:20:53 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-12-17 18:20:53 +0100 |
| commit | 2c1bb09578ef094eef2edce9c3ffe502023851c6 (patch) | |
| tree | dac6e29ee4369553c61dce43e14b7c7ec58f1000 /src/drivers/Posix/Fl_Posix_System_Driver.H | |
| parent | 8207d73cf28898baf5bd986b8eb5b1736d252d7f (diff) | |
Remove useless Fl_System_Driver members after 12da87b
Diffstat (limited to 'src/drivers/Posix/Fl_Posix_System_Driver.H')
| -rw-r--r-- | src/drivers/Posix/Fl_Posix_System_Driver.H | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/drivers/Posix/Fl_Posix_System_Driver.H b/src/drivers/Posix/Fl_Posix_System_Driver.H index 5712f6be2..0de91203b 100644 --- a/src/drivers/Posix/Fl_Posix_System_Driver.H +++ b/src/drivers/Posix/Fl_Posix_System_Driver.H @@ -83,9 +83,6 @@ public: virtual void gettime(time_t *sec, int *usec); virtual char* strdup(const char *s) {return ::strdup(s);} virtual int close_fd(int fd); - // next 2 for support of Fl_SVG_Image - virtual int write_nonblocking_fd(int , const unsigned char *&, size_t &); - virtual void pipe_support(int &, int &, const unsigned char *, size_t ); #if defined(HAVE_PTHREAD) virtual void lock_ring(); virtual void unlock_ring(); |
