Dead code

This commit is contained in:
Stephan Bergmann
2012-03-14 15:20:04 +01:00
parent 467ac438a3
commit ba6714d34f

View File

@ -47,18 +47,6 @@ using namespace ::com::sun::star::uno;
namespace cppu
{
//--------------------------------------------------------------------------------------------------
class SAL_NO_VTABLE XInterface
{
public:
virtual void SAL_CALL slot_queryInterface() = 0;
virtual void SAL_CALL acquire() throw () = 0;
virtual void SAL_CALL release() throw () = 0;
protected:
~XInterface() {}
// avoid warnings about virtual members and non-virtual dtor
};
//--------------------------------------------------------------------------------------------------
static typelib_InterfaceTypeDescription * get_type_XCurrentContext()
{
static typelib_InterfaceTypeDescription * s_type_XCurrentContext = 0;