From: André Pönitz Date: Wed, 14 Aug 2002 10:18:33 +0000 (+0000) Subject: small cleanup X-Git-Tag: 1.6.10~18581 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=fad7e6a1cd19a522649a08454fb0e68f1cf93ac8;p=features.git small cleanup git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4964 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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()