mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
small cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4964 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3332e1fbc8
commit
fad7e6a1cd
@ -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:
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user