Remove an unused declaration.

This commit is contained in:
Mark de Wever 2009-06-21 18:06:50 +00:00
parent 10d6ac30f8
commit 64d00c2fd7

View file

@ -76,10 +76,6 @@ public:
twidget* build() const;
twidget* build(tgrid* grid) const;
private:
/** After reading the general part in the constructor read extra data. */
void read_extra(const config& cfg);
};
typedef boost::intrusive_ptr<tbuilder_grid> tbuilder_grid_ptr;