From b6560d3b670c6cdb8b0a215b884337ddf9caf27e Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Tue, 9 Feb 2010 08:35:19 +0000 Subject: [PATCH] Link fix, sorry. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33375 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetFloat.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/insets/InsetFloat.h b/src/insets/InsetFloat.h index 3edba34314..b74faa0a6b 100644 --- a/src/insets/InsetFloat.h +++ b/src/insets/InsetFloat.h @@ -52,8 +52,6 @@ class InsetFloat : public InsetCollapsable public: /// InsetFloat(Buffer *, std::string const &); - /// - ~InsetFloat(); /// static void string2params(std::string const &, InsetFloatParams &);