lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 73aeadc 7/7: Remove no-longer-needed 'pyx=pas


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 73aeadc 7/7: Remove no-longer-needed 'pyx=paste_out_to_spreadsheet' option
Date: Thu, 14 Jun 2018 10:27:42 -0400 (EDT)

branch: master
commit 73aeadc8bf4130f27713fafb5f3df29c950839e7
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Remove no-longer-needed 'pyx=paste_out_to_spreadsheet' option
---
 census_view.cpp | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/census_view.cpp b/census_view.cpp
index 900e5da..1e85b88 100644
--- a/census_view.cpp
+++ b/census_view.cpp
@@ -32,7 +32,6 @@
 #include "default_view.hpp"
 #include "edit_mvc_docview_parameters.hpp"
 #include "facets.hpp"                   // tab_is_not_whitespace_locale()
-#include "global_settings.hpp"
 #include "illustration_view.hpp"
 #include "illustrator.hpp"
 #include "input.hpp"
@@ -1340,14 +1339,6 @@ void CensusView::UponRightClick(wxDataViewEvent& e)
     LMI_ASSERT(census_menu);
     list_window_->PopupMenu(census_menu);
     delete census_menu;
-
-    // For the nonce, this option is not discoverable. After testing,
-    // it is likely to be offered on the menu and toolbar.
-    global_settings const& g = global_settings::instance();
-    if(contains(g.pyx(), "paste_out_to_spreadsheet"))
-        {
-        DoPasteCensusOut();
-        }
 }
 
 void CensusView::UponUpdateAlwaysDisabled(wxUpdateUIEvent& e)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]