2008-10-23 04:39 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/rtl/gtwvt/gtwvt.c
    * removed unnecessary initialization

  * harbour/contrib/hbct/screen2.c
    * removed unused variable
This commit is contained in:
Przemyslaw Czerpak
2008-10-23 02:39:34 +00:00
parent 0acecef1af
commit 8f2b17341b
3 changed files with 9 additions and 2 deletions

View File

@@ -8,6 +8,13 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-10-23 04:39 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/gtwvt/gtwvt.c
* removed unnecessary initialization
* harbour/contrib/hbct/screen2.c
* removed unused variable
2008-10-23 04:35 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/gtapi.c
* LOCK/UNLOCK GT in hb_gtBeginWrite()/hb_gtEndWrite()

View File

@@ -403,7 +403,7 @@ HB_FUNC( STRSCREEN )
HB_FUNC( _HB_CTDSPTIME )
{
SHORT sRow, sCol;
int iColor, iLen, i;
int iColor, iLen;
char szTime[ 10 ];
sRow = ( SHORT ) hb_parni( 1 );

View File

@@ -1554,7 +1554,7 @@ static BOOL hb_gt_wvt_ValidWindowSize( HWND hWnd, int rows, int cols, HFONT hFon
static HWND hb_gt_wvt_CreateWindow( HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow )
{
HWND hWnd = ( HWND ) 0;
HWND hWnd;
LPTSTR szAppName;
HB_SYMBOL_UNUSED( hPrevInstance );