]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/wxwidgets.js
Fix problem with COMDLG_FILTERSPEC declaration with MinGW-w64 4.8.
[wxWidgets.git] / docs / doxygen / wxwidgets.js
index db0f6dba85cf1196e05a0d182bf688fb3384354f..21b34d75992279da79ed49525a828daa6a51d892 100644 (file)
@@ -2,7 +2,6 @@
  ** Name:        wxwidgets.js
  ** Purpose:     The wxWidgets documentation javascript
  ** Author:      Doxygen team
- ** RCS-ID:      $Id$
  ** Licence:     wxWindows licence
  *****************************************************************************/
 
@@ -44,13 +43,4 @@ $(function() {
     setCookie('sectionDiv.style.display', display);
   });
 
-  list_of_members_link = $('a[href$="-members.html"]:first');
-  if(list_of_members_link.length) {
-    summary_div = $('div.header div.summary:first');
-    if(summary_div.length) {
-      summary_div.append(' | ');
-      summary_div.append(list_of_members_link.clone().text('List of All Members'));
-    }
-  }
-
 });