2009-02-21 09:52 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

* contrib/gtwvg/wvgtoolb.prg
    ! Fixed unused variable.
This commit is contained in:
Viktor Szakats
2009-02-21 08:53:02 +00:00
parent caf7db1318
commit d652fcf04d
2 changed files with 4 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-02-21 09:52 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/gtwvg/wvgtoolb.prg
! Fixed unused variable.
2009-02-21 09:33 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* utils/hbmk2/hbmk2.prg
+ Added automatic selection of GUI/non-GNU modes for

View File

@@ -205,7 +205,6 @@ METHOD create( oParent, oOwner, aPos, aSize, aPresParams, lVisible ) CLASS WvgTo
//----------------------------------------------------------------------//
METHOD handleEvent( nMessage, aNM ) CLASS WvgToolBar
LOCAL nHandled := 1
LOCAL nObj, aNMMouse
//hb_ToOutDebug( " %s:handleEvent( %i )", __ObjGetClsName( self ), nMessage )