]> git.lyx.org Git - features.git/commitdiff
Two tiny clean-ups.
authorAngus Leeming <leeming@lyx.org>
Mon, 14 May 2001 09:17:26 +0000 (09:17 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 14 May 2001 09:17:26 +0000 (09:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1997 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/controllers/ChangeLog
src/frontends/controllers/biblio.C
src/frontends/controllers/character.h

index 1109fe489b2d1d625d3c709a40d40c649c6ec197..cba3f67884aa932d279482ca3a3b2aca79eac5d4 100644 (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.
index 05b281b587082888940deb281f2cbd1036995d79..febb0f94c5df55bfd0781d89c8f9e171709eadf3 100644 (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);
        }
index 04f2e7bfb9a1f80def7406b946c2b37315bba4d8..8ba5e7d2f8753d942618e65af8f1faee7b6400d1 100644 (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 {