From: Angus Leeming Date: Mon, 14 May 2001 09:17:26 +0000 (+0000) Subject: Two tiny clean-ups. X-Git-Tag: 1.6.10~21245 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e926eeb39d80d18be34ec3d892ace61a2627fc65;p=features.git Two tiny clean-ups. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1997 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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 {