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/Wayland/Fl_Wayland_System_Driver.H | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/drivers/Wayland') diff --git a/src/drivers/Wayland/Fl_Wayland_System_Driver.H b/src/drivers/Wayland/Fl_Wayland_System_Driver.H index d117f3823..6b1f1693e 100644 --- a/src/drivers/Wayland/Fl_Wayland_System_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_System_Driver.H @@ -2,7 +2,7 @@ // Definition of Wayland system driver // for the Fast Light Tool Kit (FLTK). // -// Copyright 2010-2021 by Bill Spitzak and others. +// Copyright 2010-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 @@ -22,9 +22,6 @@ class FL_EXPORT Fl_Wayland_System_Driver : public Fl_Unix_System_Driver { public: - Fl_Wayland_System_Driver() : Fl_Unix_System_Driver() { - // Wayland system driver uses the default key table - } virtual int need_menu_handle_part2() {return 0;} int event_key(int k); int get_key(int k); -- cgit v1.2.3