From fad7e6a1cd19a522649a08454fb0e68f1cf93ac8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Wed, 14 Aug 2002 10:18:33 +0000 Subject: [PATCH] small cleanup git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4964 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/xforms/ChangeLog | 6 ++++++ src/frontends/xforms/Toolbar_pimpl.C | 5 +---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index 5f0cc7530d..8e4ad9c20b 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,9 @@ + +2002-08-13 André Poenitz + + * Toolbar_pimpl.C: small cleanup + + 2002-08-13 Angus Leeming * FileDialog.C: diff --git a/src/frontends/xforms/Toolbar_pimpl.C b/src/frontends/xforms/Toolbar_pimpl.C index 7e14480b9d..9dcad9f738 100644 --- a/src/frontends/xforms/Toolbar_pimpl.C +++ b/src/frontends/xforms/Toolbar_pimpl.C @@ -35,8 +35,6 @@ #include "support/filetools.h" #include "support/lstrings.h" -#include - using std::endl; // some constants @@ -47,8 +45,7 @@ const int height = 30; // the height of all items in the toolbar Toolbar::Pimpl::toolbarItem::toolbarItem() : action(LFUN_NOACTION), icon(0) -{ -} +{} Toolbar::Pimpl::toolbarItem::~toolbarItem() -- 2.39.2