aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Primak <vyivel@eclair.cafe>2022-09-11 09:15:36 +0300
committerSimon Ser <contact@emersion.fr>2022-11-17 10:12:06 +0000
commit236918d52e01d3b245454dafa4ce2875e78ad2bb (patch)
tree6ceca97bfae95916dec749595ae5371ba07ed748
parentc2fb5289c2909be10ce11ce9c0bcf58d110d1cdf (diff)
Nuke deprecated include/wlr/types/wlr_surface.h
Use wlr_compositor.h and wlr_subcompositor.h instead.
-rw-r--r--include/wlr/types/wlr_surface.h4
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>