diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-10-13 08:59:05 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-10-13 15:30:12 +0200 |
| commit | c274ae136599c06996b1ca0e8b6931445efd6065 (patch) | |
| tree | 41a5af8aea9b960c5c7fa44aacd8abf22ba246be /src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx | |
| parent | 58b13b868e9be35e2b516a72a736b8c61178467a (diff) | |
Remove obsolete comments
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx b/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx index b84d38868..556137582 100644 --- a/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx +++ b/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx @@ -28,7 +28,7 @@ extern "C" { # include "../../../libdecor/src/os-compatibility.h" // for os_create_anonymous_file() } -// used by create_shm_buffer and buffer_release +// used by create_shm_buffer and do_buffer_release static struct wl_shm_pool *pool = NULL; // the current pool |
