Remove an unused exception class.

This commit is contained in:
Mark de Wever 2009-06-14 16:13:30 +00:00
parent 22d9a73991
commit fa0bc3b9c7

View File

@ -41,14 +41,6 @@ namespace gui2{
class tdialog;
class tdebug_layout_graph;
/**
* Dummy struct for the layout engine.
*
* When an object changes it's width in the height phase of the layout engine
* things might need to change so rerun the layout phase in that case.
*/
struct trelayout_exception {};
/**
* base class of top level items, the only item
* which needs to store the final canvase to draw on