]> Dogcows Code - chaz/openbox/blobdiff - src/util.hh
get the min/max sizes
[chaz/openbox] / src / util.hh
index b6da75205235b69a651c00991b0e2370510b3370..303d2ffd02ba6a748f1dcf704b4e6ec0eb52d6cb 100644 (file)
@@ -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;
 
This page took 0.01948 seconds and 4 git commands to generate.