Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A7CAA200D02 for ; Fri, 8 Sep 2017 15:59:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A55931609EA; Fri, 8 Sep 2017 13:59:43 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E07EA1609D7 for ; Fri, 8 Sep 2017 15:59:42 +0200 (CEST) Received: (qmail 26198 invoked by uid 500); 8 Sep 2017 13:59:42 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 25876 invoked by uid 99); 8 Sep 2017 13:59:41 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Sep 2017 13:59:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 64DE4F570D; Fri, 8 Sep 2017 13:59:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ptupitsyn@apache.org To: commits@ignite.apache.org Date: Fri, 08 Sep 2017 13:59:43 -0000 Message-Id: <5ec7fce2d8da4d1389523aa07b6df55f@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [06/23] ignite git commit: IGNITE-6119: Compilation fix archived-at: Fri, 08 Sep 2017 13:59:43 -0000 IGNITE-6119: Compilation fix Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ffaf1083 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/ffaf1083 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/ffaf1083 Branch: refs/heads/ignite-5896 Commit: ffaf10837877ef127fd01d1651cf3e699c53fdba Parents: 3b38828 Author: Igor Sapego Authored: Wed Sep 6 17:46:56 2017 +0300 Committer: Igor Sapego Committed: Wed Sep 6 17:46:56 2017 +0300 ---------------------------------------------------------------------- .../odbc/os/win/src/system/ui/dsn_configuration_window.cpp | 7 ------- 1 file changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/ffaf1083/modules/platforms/cpp/odbc/os/win/src/system/ui/dsn_configuration_window.cpp ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/odbc/os/win/src/system/ui/dsn_configuration_window.cpp b/modules/platforms/cpp/odbc/os/win/src/system/ui/dsn_configuration_window.cpp index b544fa7..9b13481 100644 --- a/modules/platforms/cpp/odbc/os/win/src/system/ui/dsn_configuration_window.cpp +++ b/modules/platforms/cpp/odbc/os/win/src/system/ui/dsn_configuration_window.cpp @@ -264,13 +264,6 @@ namespace ignite break; } - case ChildId::LAZY_CHECK_BOX: - { - lazyCheckBox->SetChecked(!lazyCheckBox->IsChecked()); - - break; - } - case ChildId::PROTOCOL_VERSION_COMBO_BOX: { std::string versionStr;