summaryrefslogtreecommitdiff
path: root/src/Fl_System_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-10-08 17:59:06 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-11-05 19:47:37 +0100
commit4b945a3086011b6a59b5aef434cdbe8cda96c2de (patch)
tree333de7fbb01ae280eb95728ad26ff1f366963054 /src/Fl_System_Driver.H
parentb426a3d7c07c9ffd53141ebd03dcd5e82ff4e52a (diff)
Wayland/X11 hybrid: use "bool fl_disable_wayland;" declaration.
Diffstat (limited to 'src/Fl_System_Driver.H')
-rw-r--r--src/Fl_System_Driver.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Fl_System_Driver.H b/src/Fl_System_Driver.H
index 6f9ed4436..7443f7c8a 100644
--- a/src/Fl_System_Driver.H
+++ b/src/Fl_System_Driver.H
@@ -253,7 +253,6 @@ public:
virtual void unlock_ring() {}
virtual double wait(double); // must override
virtual int ready() { return 0; } // must override
- virtual void disable_wayland() {}
};
#endif // FL_SYSTEM_DRIVER_H