From d3b7c84d4c640face48dfb54d70de2bff1551429 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 6 Nov 2002 07:01:59 +0000 Subject: moving strut into its own .hh. adding OBClient class --- src/util.hh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/util.hh') 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; -- cgit v1.2.3