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/Wayland | |
| parent | 2c706838a6ce66277b002f05b08787e106a778dd (diff) | |
Remove unnecessary constructors.
Diffstat (limited to 'src/drivers/Wayland')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_System_Driver.H | 5 |
1 files changed, 1 insertions, 4 deletions
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); |
