summaryrefslogtreecommitdiff
path: root/math/wxmaxima/files/patch-src_wxMaxima.cpp
blob: 8254d92e05685d0c96aaa226a6d9f68ddb4ee550 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/wxMaxima.cpp.orig	2024-08-28 07:18:18 UTC
+++ src/wxMaxima.cpp
@@ -3520,8 +3520,6 @@ void wxMaxima::VariableActionMaximaHtmldir(const wxStr
   if(GetWorksheet())
     {
       GetWorksheet()->SetMaximaDocDir(dir_canonical);
-      GetWorksheet()->LoadHelpFileAnchors(dir_canonical,
-                                          m_configuration.GetMaximaVersion());
     }
 }
 void wxMaxima::GnuplotCommandName(wxString gnuplot) {