[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)
- [lmi-commits] [lmi] master updated (d17155c -> 73aeadc), Greg Chicares, 2018/06/14
- [lmi-commits] [lmi] master 8a722b3 2/7: Refactor for concision, Greg Chicares, 2018/06/14
- [lmi-commits] [lmi] master 8044c50 1/7: Remove scaffolding, Greg Chicares, 2018/06/14
- [lmi-commits] [lmi] master 15098dd 4/7: Rename icons paste-case*.png --> paste-in*.png, Greg Chicares, 2018/06/14
- [lmi-commits] [lmi] master 86ca5af 3/7: Fix defect introduced 20180228T1615Z: bad output filename, Greg Chicares, 2018/06/14
- [lmi-commits] [lmi] master a22db84 6/7: Add census-paste-out commands to menu and toolbar, Greg Chicares, 2018/06/14
- [lmi-commits] [lmi] master 73aeadc 7/7: Remove no-longer-needed 'pyx=paste_out_to_spreadsheet' option,
Greg Chicares <=
- [lmi-commits] [lmi] master f964241 5/7: Adjust census-pasting XRCIDs, Greg Chicares, 2018/06/14