summaryrefslogtreecommitdiff
path: root/src/util.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-06 07:01:59 +0000
committerDana Jansens <danakj@orodu.net>2002-11-06 07:01:59 +0000
commitd3b7c84d4c640face48dfb54d70de2bff1551429 (patch)
tree9fb39c8aa62dd733fa5361a49883f8b233f5e7b8 /src/util.hh
parentd017db67e4d77fd7af3f070803a773df0a5768eb (diff)
moving strut into its own .hh. adding OBClient class
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;