From ccdc36548556fd2d11a7bdb500788d231ff2a44d Mon Sep 17 00:00:00 2001 From: David Elliott Date: Thu, 14 Oct 2004 03:39:47 +0000 Subject: [PATCH] Removed empty wxCocoa wxFileDialog implementation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/files.bkl | 2 -- include/wx/cocoa/filedlg.h | 1 - src/cocoa/filedlg.mm | 1 - 3 files changed, 4 deletions(-) delete mode 100644 include/wx/cocoa/filedlg.h delete mode 100644 src/cocoa/filedlg.mm diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index 2a2b0d542f..f413baa222 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -1900,7 +1900,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/cocoa/display.mm src/cocoa/drawer.mm src/cocoa/evtloop.mm - src/cocoa/filedlg.mm src/cocoa/font.cpp src/cocoa/fontdlg.mm src/cocoa/fontenum.mm @@ -1996,7 +1995,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/cocoa/dialog.h wx/cocoa/display.h wx/cocoa/drawer.h - wx/cocoa/filedlg.h wx/cocoa/font.h wx/cocoa/fontdlg.h wx/cocoa/frame.h diff --git a/include/wx/cocoa/filedlg.h b/include/wx/cocoa/filedlg.h deleted file mode 100644 index 8b13789179..0000000000 --- a/include/wx/cocoa/filedlg.h +++ /dev/null @@ -1 +0,0 @@ - diff --git a/src/cocoa/filedlg.mm b/src/cocoa/filedlg.mm deleted file mode 100644 index 8b13789179..0000000000 --- a/src/cocoa/filedlg.mm +++ /dev/null @@ -1 +0,0 @@ - -- 2.50.0