kopia lustrzana https://gitlab.com/sane-project/backends
Remove unused fields of struct GETPARAMETERS.
rodzic
2be2be76ae
commit
ccde6b0635
|
@ -684,8 +684,6 @@ GetParameters (LPGETPARAMETERS pGetParameters)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pGetParameters->wSourceXDPI = g_ssSuggest.wXDpi;
|
|
||||||
pGetParameters->wSourceYDPI = g_ssSuggest.wYDpi;
|
|
||||||
pGetParameters->dwLength = (unsigned int) g_ssSuggest.wHeight;
|
pGetParameters->dwLength = (unsigned int) g_ssSuggest.wHeight;
|
||||||
pGetParameters->dwLineByteWidth = g_ssSuggest.dwBytesPerRow;
|
pGetParameters->dwLineByteWidth = g_ssSuggest.dwBytesPerRow;
|
||||||
|
|
||||||
|
|
|
@ -82,8 +82,6 @@ typedef enum
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
unsigned short wSourceXDPI;
|
|
||||||
unsigned short wSourceYDPI;
|
|
||||||
unsigned int dwLineByteWidth;
|
unsigned int dwLineByteWidth;
|
||||||
unsigned int dwLength;
|
unsigned int dwLength;
|
||||||
} GETPARAMETERS, *LPGETPARAMETERS;
|
} GETPARAMETERS, *LPGETPARAMETERS;
|
||||||
|
|
Ładowanie…
Reference in New Issue