1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-30 15:39:27 +02:00

Remove empty files src/LoadModules.* and all mention of them

This commit is contained in:
Paul Licameli 2018-09-14 14:27:03 -04:00
parent e77fc068b3
commit f7545650f7
6 changed files with 0 additions and 10 deletions

View File

@ -31,7 +31,6 @@ click from the menu into the actaul function to be called.
#include "ModuleManager.h" #include "ModuleManager.h"
#include "ShuttleGui.h" #include "ShuttleGui.h"
#include "Project.h" #include "Project.h"
#include "LoadModules.h"
#if defined(__WXMSW__) #if defined(__WXMSW__)
#include <wx/init.h> #include <wx/init.h>

View File

@ -79,12 +79,6 @@ and replace the main project window with our own wxFrame.
#endif #endif
// HACK!
// This must match the enum in LoadModules.h
// We do NOT include LoadModules.h, because we want
// this DLL to be usable with programs other than Audacity.
// (More work required for this to be possible -
// we need new header files that just define the interface).
typedef enum typedef enum
{ {
ModuleInitialize, ModuleInitialize,

View File

@ -112,8 +112,6 @@ src/Languages.h
src/Legacy.cpp src/Legacy.cpp
src/Legacy.h src/Legacy.h
src/LightThemeAsCeeCode.h src/LightThemeAsCeeCode.h
src/LoadModules.cpp
src/LoadModules.h
src/Lyrics.cpp src/Lyrics.cpp
src/Lyrics.h src/Lyrics.h
src/LyricsWindow.cpp src/LyricsWindow.cpp

View File

@ -120,7 +120,6 @@ set( SOURCE
${CMAKE_SOURCE_DIRECTORY}LangChoice.cpp ${CMAKE_SOURCE_DIRECTORY}LangChoice.cpp
${CMAKE_SOURCE_DIRECTORY}Languages.cpp ${CMAKE_SOURCE_DIRECTORY}Languages.cpp
${CMAKE_SOURCE_DIRECTORY}Legacy.cpp ${CMAKE_SOURCE_DIRECTORY}Legacy.cpp
${CMAKE_SOURCE_DIRECTORY}LoadModules.cpp
${CMAKE_SOURCE_DIRECTORY}Lyrics.cpp ${CMAKE_SOURCE_DIRECTORY}Lyrics.cpp
${CMAKE_SOURCE_DIRECTORY}LyricsWindow.cpp ${CMAKE_SOURCE_DIRECTORY}LyricsWindow.cpp
${CMAKE_SOURCE_DIRECTORY}Matrix.cpp ${CMAKE_SOURCE_DIRECTORY}Matrix.cpp

View File

View File