lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5270] Expunge disused declarations


From: Greg Chicares
Subject: [lmi-commits] [5270] Expunge disused declarations
Date: Wed, 24 Aug 2011 16:49:14 +0000

Revision: 5270
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5270
Author:   chicares
Date:     2011-08-24 16:49:14 +0000 (Wed, 24 Aug 2011)
Log Message:
-----------
Expunge disused declarations

Modified Paths:
--------------
    lmi/trunk/input.hpp
    lmi/trunk/mec_input.hpp

Modified: lmi/trunk/input.hpp
===================================================================
--- lmi/trunk/input.hpp 2011-08-24 16:45:17 UTC (rev 5269)
+++ lmi/trunk/input.hpp 2011-08-24 16:49:14 UTC (rev 5270)
@@ -41,7 +41,6 @@
 #include "tn_range_types.hpp"
 #include "xml_serializable.hpp"
 
-class InputSequence;
 class product_database;
 
 #include <boost/operators.hpp>
@@ -156,17 +155,6 @@
   private:
     void AscribeMembers();
 
-    // INPUT !! Obsolete support for scalar alternative controls,
-    // replaced by input sequences. Specimens of the obsolete code
-    // are retained only as a source of ideas for input-sequence
-    // validation.
-    void WithdrawalChanged();
-    void EnableTransferToSequenceControls(bool enable);
-    void TransferWithdrawalSimpleControlsToInputSequence();
-    void TransferWithdrawalInputSequenceToSimpleControls
-        (InputSequence const& s
-        );
-
     // xml_serializable required implementation.
     virtual int                class_version() const;
     virtual std::string const& xml_root_name() const;

Modified: lmi/trunk/mec_input.hpp
===================================================================
--- lmi/trunk/mec_input.hpp     2011-08-24 16:45:17 UTC (rev 5269)
+++ lmi/trunk/mec_input.hpp     2011-08-24 16:49:14 UTC (rev 5270)
@@ -41,7 +41,6 @@
 #include "tn_range_types.hpp"
 #include "xml_serializable.hpp"
 
-class InputSequence;
 class product_database;
 
 #include <boost/operators.hpp>




reply via email to

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