diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-03-21 10:01:45 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-03-21 10:01:45 +0100 |
| commit | 19439e8e0a30aa3d4a82b63fd51f6b0d44a6012f (patch) | |
| tree | 90ca342d5e19da77b82822eb678500a4d08a8a00 /src/drivers/Unix | |
| parent | 2c706838a6ce66277b002f05b08787e106a778dd (diff) | |
Remove unnecessary constructors.
Diffstat (limited to 'src/drivers/Unix')
| -rw-r--r-- | src/drivers/Unix/Fl_Unix_System_Driver.H | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/drivers/Unix/Fl_Unix_System_Driver.H b/src/drivers/Unix/Fl_Unix_System_Driver.H index 9b1268b57..bf8a174d8 100644 --- a/src/drivers/Unix/Fl_Unix_System_Driver.H +++ b/src/drivers/Unix/Fl_Unix_System_Driver.H @@ -2,7 +2,7 @@ // Definition of Wayland system driver // for the Fast Light Tool Kit (FLTK). // -// Copyright 2021 by Bill Spitzak and others. +// Copyright 2021-2022 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -23,8 +23,6 @@ class Fl_RGB_Image; class FL_EXPORT Fl_Unix_System_Driver : public Fl_Posix_System_Driver { public: - Fl_Unix_System_Driver() : Fl_Posix_System_Driver() { - } virtual int clocale_snprintf(char *output, size_t output_size, const char *format, va_list args); virtual int clocale_sscanf(const char *input, const char *format, va_list args); virtual int clocale_printf(FILE *output, const char *format, va_list args); |
