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-3484 Commit: ffaf10837877ef127fd01d1651cf3e699c53fdba Parents: 3b38828 Author: Igor Sapego <[email protected]> Authored: Wed Sep 6 17:46:56 2017 +0300 Committer: Igor Sapego <[email protected]> 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;
