From 19439e8e0a30aa3d4a82b63fd51f6b0d44a6012f Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 21 Mar 2022 10:01:45 +0100 Subject: Remove unnecessary constructors. --- src/drivers/Unix/Fl_Unix_System_Driver.H | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/drivers/Unix/Fl_Unix_System_Driver.H') 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); -- cgit v1.2.3