]> git.lyx.org Git - features.git/commitdiff
small cleanup
authorAndré Pönitz <poenitz@gmx.net>
Wed, 14 Aug 2002 10:18:33 +0000 (10:18 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Wed, 14 Aug 2002 10:18:33 +0000 (10:18 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4964 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/ChangeLog
src/frontends/xforms/Toolbar_pimpl.C

index 5f0cc7530de5b391fc77ed594475f285864be142..8e4ad9c20bcba17dec6c07dfa1849e3c5d8b91a0 100644 (file)
@@ -1,3 +1,9 @@
+
+2002-08-13  André Poenitz  <poenitz@gmx.net>
+
+       * Toolbar_pimpl.C: small cleanup
+
+
 2002-08-13  Angus Leeming  <leeming@lyx.org>
 
        * FileDialog.C:
index 7e14480b9d0823ca227c3a645a9c53657ba560bc..9dcad9f7384af7f7a46ce5693e05408e3c31797e 100644 (file)
@@ -35,8 +35,6 @@
 #include "support/filetools.h"
 #include "support/lstrings.h"
 
-#include <boost/tuple/tuple.hpp>
 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()