Removed unused variables and fixed GCC warnings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6259 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c6fdb4436d
commit
2d99d7ad3e
26 changed files with 124 additions and 96 deletions
|
@ -124,6 +124,7 @@ public:
|
|||
void Resize(short x, short y);
|
||||
#ifdef _WIN32
|
||||
void PixelsToDlgUnits(short& x, short& y);
|
||||
void PixelsToDlgUnits(SIZE& siz);
|
||||
void DlgUnitsToPixels(short& x, short& y);
|
||||
SIZE GetStringSize(WORD id, TCHAR *str);
|
||||
void RTrimToString(WORD id, TCHAR *str, int margins);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue