summaryrefslogtreecommitdiff
path: root/core/fxge/include/fx_ge_win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxge/include/fx_ge_win32.h')
-rw-r--r--core/fxge/include/fx_ge_win32.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/fxge/include/fx_ge_win32.h b/core/fxge/include/fx_ge_win32.h
index 5b57863ab5..e53ee2e0f7 100644
--- a/core/fxge/include/fx_ge_win32.h
+++ b/core/fxge/include/fx_ge_win32.h
@@ -44,10 +44,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);