From e926eeb39d80d18be34ec3d892ace61a2627fc65 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Mon, 14 May 2001 09:17:26 +0000 Subject: [PATCH] Two tiny clean-ups. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1997 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/controllers/ChangeLog | 5 +++++ src/frontends/controllers/biblio.C | 2 -- src/frontends/controllers/character.h | 1 - 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/frontends/controllers/ChangeLog b/src/frontends/controllers/ChangeLog index 1109fe489b..cba3f67884 100644 --- a/src/frontends/controllers/ChangeLog +++ b/src/frontends/controllers/ChangeLog @@ -1,3 +1,8 @@ +2001-05-14 Angus Leeming + + * biblio.C: + * character.h: small clean-ups. + 2001-05-04 Lars Gullik Bjønnes * ControlToc.C (getType): remove support for old float list. diff --git a/src/frontends/controllers/biblio.C b/src/frontends/controllers/biblio.C index 05b281b587..febb0f94c5 100644 --- a/src/frontends/controllers/biblio.C +++ b/src/frontends/controllers/biblio.C @@ -54,8 +54,6 @@ vector const getKeys(InfoMap const & map) { vector bibkeys; - typedef std::map::value_type InfoMapValue; - for (InfoMap::const_iterator it = map.begin(); it != map.end(); ++it) { bibkeys.push_back(it->first); } diff --git a/src/frontends/controllers/character.h b/src/frontends/controllers/character.h index 04f2e7bfb9..8ba5e7d2f8 100644 --- a/src/frontends/controllers/character.h +++ b/src/frontends/controllers/character.h @@ -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 { -- 2.39.2