mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Remove nonsense comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30611 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
371eb63816
commit
243da49ee9
@ -75,9 +75,7 @@ the command buffer (view->Toolbar->Command Buffer).
|
|||||||
|
|
||||||
namespace lyx {
|
namespace lyx {
|
||||||
|
|
||||||
/** Used to insert index labels
|
class InsetInfo : public InsetText {
|
||||||
*/
|
|
||||||
class InsetInfo : public InsetCollapsable {
|
|
||||||
public:
|
public:
|
||||||
enum info_type {
|
enum info_type {
|
||||||
UNKNOWN_INFO, // Invalid type
|
UNKNOWN_INFO, // Invalid type
|
||||||
@ -138,7 +136,7 @@ private:
|
|||||||
///
|
///
|
||||||
void setText(docstring const & str);
|
void setText(docstring const & str);
|
||||||
// make sure that the other version of setText is still available.
|
// make sure that the other version of setText is still available.
|
||||||
using InsetCollapsable::setText;
|
using InsetText::setText;
|
||||||
///
|
///
|
||||||
info_type type_;
|
info_type type_;
|
||||||
///
|
///
|
||||||
@ -146,7 +144,6 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
} // namespace lyx
|
} // namespace lyx
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user