diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-01-23 08:11:10 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-01-23 08:11:10 +0100 |
| commit | 17467b48bdf540cc7fc8d7cbc814a788210f8693 (patch) | |
| tree | d2f2b6627b31d46f845310652d2f7c7c4099ebcf /src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | |
| parent | 4c8927c08344f4275941c4367377f6ca60019648 (diff) | |
Wayland: remove useless member variables of struct output
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Screen_Driver.H')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H index afc895e01..bd3edd93c 100644 --- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H @@ -102,8 +102,6 @@ public: struct wl_list outputs; // linked list of all screens in system struct output { // one record for each screen uint32_t id; - short x_org; - short y_org; short width; // in pixels short height; // in pixels float dpi; |
