From cb88a2b1e03de7c8bb9d3c6ded67f1d184ed6333 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Thu, 7 May 2015 22:52:27 -0400 Subject: [PATCH] Remove declarations for undefined methods from InterfaceKinetics --- include/cantera/kinetics/InterfaceKinetics.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/cantera/kinetics/InterfaceKinetics.h b/include/cantera/kinetics/InterfaceKinetics.h index 7e7a81daa..f8c9265b2 100644 --- a/include/cantera/kinetics/InterfaceKinetics.h +++ b/include/cantera/kinetics/InterfaceKinetics.h @@ -393,9 +393,6 @@ public: virtual void determineFwdOrdersBV(ElectrochemicalReaction& r, vector_fp& fwdFullorders); protected: - void addElementaryReaction(InterfaceReaction& rdata); - void addGlobalReaction(InterfaceReaction& r); - //! Temporary work vector of length m_kk vector_fp m_grt;