diff options
Diffstat (limited to 'audio/mxv/files/patch-ae')
-rw-r--r-- | audio/mxv/files/patch-ae | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/audio/mxv/files/patch-ae b/audio/mxv/files/patch-ae deleted file mode 100644 index 03d50b872217..000000000000 --- a/audio/mxv/files/patch-ae +++ /dev/null @@ -1,19 +0,0 @@ -*** old/dialogbox.C Mon Jul 12 15:43:28 1999 ---- dialogbox.C Mon Jul 12 15:43:56 1999 -*************** -*** 45,51 **** - #include "textinput.h" - - boolean DialogBox::override_WindowManager = false; -! int DialogBox::beep_Level = 50; - - DialogBox::DialogBox(ButtonState* s, Interactor* u, Response r) - : Dialog(s, nil), defaultResponse(r), underlying(u), useBell(false) { ---- 45,51 ---- - #include "textinput.h" - - boolean DialogBox::override_WindowManager = false; -! int DialogBox::beep_Level = 0; - - DialogBox::DialogBox(ButtonState* s, Interactor* u, Response r) - : Dialog(s, nil), defaultResponse(r), underlying(u), useBell(false) { |