From d67bc5bc52c6862dc0848a4c98e1c32bd9dd6438 Mon Sep 17 00:00:00 2001 From: Duncan Mac-Vicar P Date: Tue, 23 May 2006 14:34:26 +0000 Subject: [PATCH] duplicated method --- zypp/target/store/xml/XMLProductImpl.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/zypp/target/store/xml/XMLProductImpl.cc b/zypp/target/store/xml/XMLProductImpl.cc index c0e8def..73e6dac 100644 --- a/zypp/target/store/xml/XMLProductImpl.cc +++ b/zypp/target/store/xml/XMLProductImpl.cc @@ -38,9 +38,6 @@ namespace zypp std::string XMLProductImpl::category() const { return _category; } - Label XMLProductImpl::vendor() const - { return _vendor; } - TranslatedText XMLProductImpl::shortName() const { return _short_name; } -- 2.7.4