diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2022-09-11 09:15:36 +0300 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-11-17 10:12:06 +0000 |
commit | 236918d52e01d3b245454dafa4ce2875e78ad2bb (patch) | |
tree | 6ceca97bfae95916dec749595ae5371ba07ed748 /include | |
parent | c2fb5289c2909be10ce11ce9c0bcf58d110d1cdf (diff) |
Nuke deprecated include/wlr/types/wlr_surface.h
Use wlr_compositor.h and wlr_subcompositor.h instead.
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_surface.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/wlr/types/wlr_surface.h b/include/wlr/types/wlr_surface.h deleted file mode 100644 index 9612dc08..00000000 --- a/include/wlr/types/wlr_surface.h +++ /dev/null @@ -1,4 +0,0 @@ -#warning "wlr/types/wlr_surface.h has been deprecated and will be removed in the future. Use wlr/types/wlr_compositor.h and wlr/types/wlr_subcompositor.h." - -#include <wlr/types/wlr_compositor.h> -#include <wlr/types/wlr_subcompositor.h> |