--- smsdaemon/DebugTransceiver.h 2008/12/07 20:58:41 149 +++ smsdaemon/DebugTransceiver.h 2008/12/12 12:54:27 180 @@ -20,7 +20,6 @@ virtual std::vector ReadSms(bool readAll=false); virtual void SendSms(std::string to, std::string message, bool allowMultipart); - virtual void DeleteSms(std::string smsIndex) {} virtual int DeleteAllSms() { return 0;}