X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Flayout.h;h=0dd44dd3e73802bca47ab8d2d7b2a5cad58a0d90;hb=71c93d11cead89b6783425279d42a9b9e10a9935;hp=dd3c0f5ea9b150bd54f5340743961dd4fe3187ad;hpb=e507f9267ca940ee6af70e948f34da94dd26d181;p=r2c2.git diff --git a/source/3d/layout.h b/source/3d/layout.h index dd3c0f5..0dd44dd 100644 --- a/source/3d/layout.h +++ b/source/3d/layout.h @@ -38,7 +38,6 @@ public: Layout &get_layout() const { return layout; } Catalogue3D &get_catalogue() { return catalogue; } const Catalogue3D &get_catalogue() const { return catalogue; } - void get_bounds(Vector &, Vector &) const; void add(Object3D &); Object3D &get_3d(Object &) const;