Two tiny clean-ups.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1997 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2001-05-14 09:17:26 +00:00
parent c1cfd45477
commit e926eeb39d
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2001-05-14 Angus Leeming <a.leeming@ic.ac.uk>
* biblio.C:
* character.h: small clean-ups.
2001-05-04 Lars Gullik Bjønnes <larsbj@birdstep.com>
* ControlToc.C (getType): remove support for old float list.

View File

@ -54,8 +54,6 @@ vector<string> const getKeys(InfoMap const & map)
{
vector<string> bibkeys;
typedef std::map<string, string>::value_type InfoMapValue;
for (InfoMap::const_iterator it = map.begin(); it != map.end(); ++it) {
bibkeys.push_back(it->first);
}

View File

@ -20,7 +20,6 @@
#include "lyxfont.h"
#include "LColor.h"
#include "character.h"
/** Functions of use to the character GUI controller and view */
namespace character {