Commit c236776b authored by dimitri's avatar dimitri

Fix for bug 690741

parent 11adf084
......@@ -4,4 +4,4 @@ Please read the installation section of the manual
(http://www.doxygen.org/install.html) for instructions.
--------
Dimitri van Heesch (26 December 2012)
Dimitri van Heesch (27 December 2012)
......@@ -26,4 +26,4 @@ forum.
Enjoy,
Dimitri van Heesch (dimitri@stack.nl) (26 December 2012)
Dimitri van Heesch (dimitri@stack.nl) (27 December 2012)
......@@ -184,9 +184,9 @@ MATHJAX_FORMAT = HTML-CSS
MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
MATHJAX_EXTENSIONS =
SEARCHENGINE = YES
SERVER_BASED_SEARCH = YES
EXTERNAL_SEARCH = YES
SEARCHENGINE_URL = http://macbookpro/~dimitri/doxysearch.cgi
SERVER_BASED_SEARCH = NO
EXTERNAL_SEARCH = NO
SEARCHENGINE_URL =
SEARCHDATA_FILE = searchdata.xml
EXTRA_SEARCH_MAPPINGS =
#---------------------------------------------------------------------------
......
......@@ -439,7 +439,6 @@ void GroupDef::removeMember(MemberDef *md)
if( mni->isEmpty() )
{
allMemberNameInfoSDict->remove(md->name());
delete mni;
}
removeMemberFromList(MemberListType_allMembersList,md);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment