Update of /cvsroot/audacity/audacity-src/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv22309

Modified Files:
        Menus.cpp Menus.h AudacityApp.cpp 
Log Message:
Removing help

Index: Menus.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Menus.h,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- Menus.h     13 Mar 2007 07:34:53 -0000      1.96
+++ Menus.h     18 Mar 2007 01:31:51 -0000      1.97
@@ -280,9 +280,6 @@
         // Help Menu
 
 void OnAbout();
-void OnHelp();
-void OnHelpIndex();
-void OnHelpSearch();
 void OnBenchmark();
 
        //

Index: Menus.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Menus.cpp,v
retrieving revision 1.299
retrieving revision 1.300
diff -u -d -r1.299 -r1.300
--- Menus.cpp   17 Mar 2007 04:21:35 -0000      1.299
+++ Menus.cpp   18 Mar 2007 01:31:51 -0000      1.300
@@ -70,7 +70,6 @@
 #include "Tags.h"
 #include "Mix.h"
 #include "AboutDialog.h"
-#include "Help.h"
 #include "Benchmark.h"
 
 #include "Resample.h"
@@ -828,10 +827,6 @@
 
    c->BeginMenu(_("&Help"));
    c->SetDefaultFlags(0, 0);
-   c->AddItem(wxT("Help"),           _("&Contents..."),             
FN(OnHelp));
-#if !defined(__WXMAC__)
-   c->AddSeparator();   
-#endif
    if( mCleanSpeechMode )
        c->AddItem(wxT("About"),          _("&About Audacity CleanSpeech..."), 
FN(OnAbout));
    else
@@ -840,7 +835,9 @@
 #if 1 // Benchmark is enabled in unstable builds
    if( !mCleanSpeechMode )
    {
-      c->AddSeparator();   
+#if !defined(__WXMAC__)
+      c->AddSeparator();
+#endif
       c->AddItem(wxT("Benchmark"),      _("&Run Benchmark..."),           
FN(OnBenchmark));
    }
 #endif 
@@ -4424,21 +4421,6 @@
    dlog.ShowModal();
 }
 
-void AudacityProject::OnHelp()
-{
-   ::ShowHelp(this);
-}
-
-void AudacityProject::OnHelpIndex()
-{
-   ::ShowHelpIndex(this);
-}
-
-void AudacityProject::OnHelpSearch()
-{
-   ::SearchHelp(this);
-}
-
 void AudacityProject::OnBenchmark()
 {
    ::RunBenchmark(this);

Index: AudacityApp.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/AudacityApp.cpp,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -d -r1.160 -r1.161
--- AudacityApp.cpp     12 Mar 2007 09:23:05 -0000      1.160
+++ AudacityApp.cpp     18 Mar 2007 01:31:51 -0000      1.161
@@ -56,7 +56,6 @@
 #include "DirManager.h"
 #include "effects/LoadEffects.h"
 #include "FreqWindow.h"
-#include "Help.h"
 #include "Internat.h"
 #include "LangChoice.h"
 #include "Prefs.h"
@@ -173,8 +172,6 @@
    //Delete the clipboard
    AudacityProject::DeleteClipboard();
 
-   QuitHelp();
-
    if (bForce)
    {
       wxExit();


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to