small cleanup

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4964 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-08-14 10:18:33 +00:00
parent 3332e1fbc8
commit fad7e6a1cd
2 changed files with 7 additions and 4 deletions

View 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:

View 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()