--- smsdaemon/DebugTransceiver.h 2008/12/18 06:53:29 196 +++ smsdaemon/DebugTransceiver.h 2008/12/21 21:14:40 210 @@ -20,11 +20,6 @@ virtual std::vector ReadSms(bool readAll=false); virtual void SendSms(std::string to, std::string message, bool allowMultipart); - virtual int DeleteAllSms() - { - return 0; - } - std::string GetTo()