diff options
Diffstat (limited to 'audio/csound/files/patch-frontends_fltk_gui_CsoundPerformanceSettingsPanel.cpp')
-rw-r--r-- | audio/csound/files/patch-frontends_fltk_gui_CsoundPerformanceSettingsPanel.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/csound/files/patch-frontends_fltk_gui_CsoundPerformanceSettingsPanel.cpp b/audio/csound/files/patch-frontends_fltk_gui_CsoundPerformanceSettingsPanel.cpp deleted file mode 100644 index fea6dd48a2f4..000000000000 --- a/audio/csound/files/patch-frontends_fltk_gui_CsoundPerformanceSettingsPanel.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- frontends/fltk_gui/CsoundPerformanceSettingsPanel.cpp.orig 2012-08-31 15:40:35.000000000 +0200 -+++ frontends/fltk_gui/CsoundPerformanceSettingsPanel.cpp 2012-10-01 23:21:42.734591150 +0200 -@@ -4,9 +4,11 @@ - #endif - - //CS5GUI_EXPERIMENTAL device query section left out for Windows and Mac while the problem is found -+#ifndef __FreeBSD__ - #ifdef LINUX - #define CS5GUI_EXPERIMENTAL - #endif -+#endif - - - #include "csound.hpp" |