summaryrefslogtreecommitdiff
path: root/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-12-17 18:20:53 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-12-17 18:20:53 +0100
commit2c1bb09578ef094eef2edce9c3ffe502023851c6 (patch)
treedac6e29ee4369553c61dce43e14b7c7ec58f1000 /src/drivers/WinAPI/Fl_WinAPI_System_Driver.H
parent8207d73cf28898baf5bd986b8eb5b1736d252d7f (diff)
Remove useless Fl_System_Driver members after 12da87b
Diffstat (limited to 'src/drivers/WinAPI/Fl_WinAPI_System_Driver.H')
-rw-r--r--src/drivers/WinAPI/Fl_WinAPI_System_Driver.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H
index d05b580d6..e6e7f5cf9 100644
--- a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H
+++ b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H
@@ -114,7 +114,6 @@ public:
virtual void unlock_ring();
virtual double wait(double time_to_wait);
virtual int ready();
- virtual void pipe_support(int &, int &, const unsigned char *, size_t );
virtual int close_fd(int fd);
};