diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-11-17 07:31:37 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-11-17 07:31:37 +0100 |
| commit | 402764f5c1373792fce742c663eb995b1c8a1d70 (patch) | |
| tree | 1b067de996c52d493684b1f32809364ed2a5779d /src/drivers | |
| parent | 167a3268c95e300b45c31551390f61962074a863 (diff) | |
Remove development stage "Using Wayland backend" message
Diffstat (limited to 'src/drivers')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx index cfd83adc3..03b550062 100644 --- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx +++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx @@ -1106,7 +1106,7 @@ void Fl_Wayland_Screen_Driver::open_display_platform() { Fl::fatal("No Wayland connection\n"); } } -puts("Using Wayland backend"); + //puts("Using Wayland backend"); wl_list_init(&seats); wl_list_init(&outputs); |
