Fix comments and whitespace.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32722 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-12-31 22:03:15 +00:00
parent ab1f7c3fc5
commit 95f07cf181

View File

@ -17,12 +17,6 @@
namespace lyx {
/** Stackrel objects
* \author André Pönitz
*
* Full author contact details are available in file CREDITS.
*/
class InsetMathStackrel : public InsetMathFracBase {
public:
///
@ -44,7 +38,5 @@ private:
virtual Inset * clone() const;
};
} // namespace lyx
#endif