diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index e9ef435703..a0063646f0 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -1269,7 +1269,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/msw/colours.bmp wx/msw/csquery.bmp - wx/msw/disable.bmp wx/msw/blank.cur wx/msw/bullseye.cur diff --git a/include/wx/msw/disable.bmp b/include/wx/msw/disable.bmp deleted file mode 100644 index 8859e1b9ae..0000000000 Binary files a/include/wx/msw/disable.bmp and /dev/null differ diff --git a/include/wx/msw/wx.rc b/include/wx/msw/wx.rc index 4fdda467da..5e8dca03b0 100644 --- a/include/wx/msw/wx.rc +++ b/include/wx/msw/wx.rc @@ -101,8 +101,6 @@ wxICON_SMALL_REMOVEABLE ICON "wx/msw/removble.ico" // Bitmaps // -wxDISABLE_BUTTON_BITMAP BITMAP "wx/msw/disable.bmp" - // For wxContextHelpButton csquery BITMAP "wx/msw/csquery.bmp"