aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/layout/tile.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/layout/tile.rs b/src/layout/tile.rs
index 9fe7df2f..cc399cc8 100644
--- a/src/layout/tile.rs
+++ b/src/layout/tile.rs
@@ -827,17 +827,6 @@ impl<W: LayoutElement> Tile<W> {
Point::from((0., y))
}
- pub fn draw_border_with_background(&self) -> bool {
- if self.effective_border_width().is_some() {
- return false;
- }
-
- self.window
- .rules()
- .draw_border_with_background
- .unwrap_or_else(|| !self.window.has_ssd())
- }
-
fn render_inner<'a, R: NiriRenderer + 'a>(
&'a self,
renderer: &mut R,