| Index: core/fxge/include/fx_ge_win32.h
|
| diff --git a/core/fxge/include/fx_ge_win32.h b/core/fxge/include/fx_ge_win32.h
|
| index c0889c185277553be27813a18241aea5d9747ead..4efeff373d8ea5a552d91011912779e95d833b4e 100644
|
| --- a/core/fxge/include/fx_ge_win32.h
|
| +++ b/core/fxge/include/fx_ge_win32.h
|
| @@ -34,10 +34,6 @@ class CFX_WindowsDIB : public CFX_DIBitmap {
|
| static CFX_ByteString GetBitmapInfo(const CFX_DIBitmap* pBitmap);
|
| static CFX_DIBitmap* LoadFromBuf(BITMAPINFO* pbmi, void* pData);
|
| static HBITMAP GetDDBitmap(const CFX_DIBitmap* pBitmap, HDC hDC);
|
| - static CFX_DIBitmap* LoadFromDDB(HDC hDC,
|
| - HBITMAP hBitmap,
|
| - uint32_t* pPalette = nullptr,
|
| - uint32_t size = 256);
|
| static CFX_DIBitmap* LoadFromFile(const FX_WCHAR* filename);
|
| static CFX_DIBitmap* LoadFromFile(const FX_CHAR* filename);
|
| static CFX_DIBitmap* LoadDIBitmap(WINDIB_Open_Args_ args);
|
|
|