Comment out some undefined functions.
This commit is contained in:
parent
45e7487f18
commit
3b69aec985
1 changed files with 3 additions and 1 deletions
|
@ -216,7 +216,8 @@ public:
|
|||
const twidget* find(const std::string& id,
|
||||
const bool must_be_active) const
|
||||
{ return tcontainer_::find(id, must_be_active); }
|
||||
|
||||
#if 0
|
||||
/** @todo Implement these functions. */
|
||||
/**
|
||||
* Register a widget that prevents easy closing.
|
||||
*
|
||||
|
@ -235,6 +236,7 @@ public:
|
|||
* @param id The id of the widget to register.
|
||||
*/
|
||||
void remove_click_dismiss_blocker(const std::string& id);
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Does the window close easily?
|
||||
|
|
Loading…
Add table
Reference in a new issue