From f02d6198f1bfcc4389d1b07b9d0a3be841b82660 Mon Sep 17 00:00:00 2001 From: ktkaufman03 Date: Tue, 4 Jul 2023 20:26:48 -0400 Subject: [PATCH] refactor: remove MxPalette::FromBitmapPalette --- LEGO1/mxpalette.h | 1 - 1 file changed, 1 deletion(-) diff --git a/LEGO1/mxpalette.h b/LEGO1/mxpalette.h index 0229a99c..534f918a 100644 --- a/LEGO1/mxpalette.h +++ b/LEGO1/mxpalette.h @@ -20,7 +20,6 @@ class MxPalette : public MxCore void ApplySystemEntriesToPalette(LPPALETTEENTRY p_entries); MxPalette* Clone(); - MxPalette* FromBitmapPalette(RGBQUAD* p_bmp); void GetDefaultPalette(LPPALETTEENTRY p_entries); MxResult GetEntries(LPPALETTEENTRY p_entries); MxResult SetPalette(LPPALETTEENTRY p_palette);