]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/graphic.h
Rework event passing system to allow for pointer grabs
[libs/gltk.git] / source / graphic.h
index 16d8cf406a006096e95fc31778136e6996384d2a..f4cc907223a3ea6fd9a009fefb0f4b0013bbd6f9 100644 (file)
@@ -26,25 +26,6 @@ public:
                void shadow();
        };
 
-       struct Sides
-       {
-               class Loader: public Parser::Loader
-               {
-               public:
-                       Loader(Sides &);
-                       Sides &get_object() { return sides; }
-               private:
-                       Sides &sides;
-               };
-
-               unsigned top;
-               unsigned right;
-               unsigned bottom;
-               unsigned left;
-
-               Sides();
-       };
-
        Graphic(const Resources &, const std::string &);
        const Sides &get_border() const { return border; }
        const Sides &get_shadow() const { return shadow; }