diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-06 07:01:59 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-06 07:01:59 +0000 |
| commit | d3b7c84d4c640face48dfb54d70de2bff1551429 (patch) | |
| tree | 9fb39c8aa62dd733fa5361a49883f8b233f5e7b8 /src/util.hh | |
| parent | d017db67e4d77fd7af3f070803a773df0a5768eb (diff) | |
moving strut into its own .hh. adding OBClient class
Diffstat (limited to 'src/util.hh')
| -rw-r--r-- | src/util.hh | 6 |
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; |
