X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Flayout.h;h=0dd44dd3e73802bca47ab8d2d7b2a5cad58a0d90;hb=9815c9f587063b3378e07bcd868c0ff6055a4e15;hp=dd3c0f5ea9b150bd54f5340743961dd4fe3187ad;hpb=05b95b6b6b095821f1e79dabed802b853c296c9d;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;