summaryrefslogtreecommitdiff
path: root/src/util.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.hh')
-rw-r--r--src/util.hh6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/util.hh b/src/util.hh
index b6da7520..303d2ffd 100644
--- a/src/util.hh
+++ b/src/util.hh
@@ -24,12 +24,6 @@ extern "C" {
namespace ob {
-struct Strut {
- unsigned int top, bottom, left, right;
-
- Strut(void): top(0), bottom(0), left(0), right(0) {}
-};
-
/* XXX: this needs autoconf help */
const unsigned int BSENTINEL = 65535;