From bb4446f3cf7e2fb417f06ed08bea651f63ddd860 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 27 Sep 2011 18:07:23 +0000 Subject: [PATCH] 2011-09-27 20:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/gtqtc/gtqtc.cpp ! deleted unused static function shown by new mingw version. * INSTALL * mingw 4.6.1 is OK for Harbour. ; I didn't test the 64-bit version in 32-bit mode, I hope someone will, maybe it has the float precision fixed and it can become recommended version for both x86 and x64 mingw builds. --- harbour/ChangeLog | 11 +++++++++++ harbour/INSTALL | 2 +- harbour/contrib/hbqt/gtqtc/gtqtc.cpp | 9 --------- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1418d1d6cc..3ec2d8c854 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,17 @@ The license applies to all entries newer than 2009-04-28. */ +2011-09-27 20:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbqt/gtqtc/gtqtc.cpp + ! deleted unused static function shown by new mingw version. + + * INSTALL + * mingw 4.6.1 is OK for Harbour. + ; I didn't test the 64-bit version in 32-bit mode, I hope + someone will, maybe it has the float precision fixed and + it can become recommended version for both x86 and x64 + mingw builds. + 2011-09-27 19:20 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * package/winuni/RELNOTES * INSTALL diff --git a/harbour/INSTALL b/harbour/INSTALL index 47b3f94e50..a8a58ac20a 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -1486,7 +1486,7 @@ HARBOUR C/C++ Compilers/Shells: MinGW/MinGW-64 [win, *nix, free, open-soource] - http://tdm-gcc.tdragon.net/, http://sourceforge.net/projects/tdm-gcc/ (unofficial, recommended) [NOTE: 4.5.1 is broken, 4.5.2 OK, for x64 see the official release] + http://tdm-gcc.tdragon.net/, http://sourceforge.net/projects/tdm-gcc/ (unofficial, recommended) [NOTE: 4.5.1 is broken, 4.5.2, 4.6.1 OK, for x64 see the official release] http://www.mingw.org/, http://sourceforge.net/projects/mingw/ (official 32-bit, MSYS home, broken as of 4.5.0-1) http://mingw-w64.sourceforge.net/, http://sourceforge.net/projects/mingw-w64/ (official 64-bit, MSYS home) http://nuwen.net/mingw.html (unofficial) diff --git a/harbour/contrib/hbqt/gtqtc/gtqtc.cpp b/harbour/contrib/hbqt/gtqtc/gtqtc.cpp index f4a88dba48..3199b1d870 100644 --- a/harbour/contrib/hbqt/gtqtc/gtqtc.cpp +++ b/harbour/contrib/hbqt/gtqtc/gtqtc.cpp @@ -330,15 +330,6 @@ static void hb_gt_wvt_QUpdateCaret( PHB_GTWVT pWVT ) } } -static void hb_gt_wvt_QKillCaret( PHB_GTWVT pWVT ) -{ - if( pWVT->CaretExist ) - { - pWVT->qWnd->_drawingArea->destroyCaret(); - pWVT->CaretExist = HB_FALSE; - } -} - /* * functions for handling the input queues for the mouse and keyboard */