From 34180700b2686c97cdce0b52ca9578a41a153035 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 29 Sep 2015 12:40:47 +0200 Subject: loplugin:removeunusedmethods, remove unused stuff Change-Id: I35456b2a3ad2a84a1d045f09cdfb29e4c19b8350 --- include/svx/svdtypes.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/svx/svdtypes.hxx') diff --git a/include/svx/svdtypes.hxx b/include/svx/svdtypes.hxx index c6845e51976c..53351d1da354 100644 --- a/include/svx/svdtypes.hxx +++ b/include/svx/svdtypes.hxx @@ -85,8 +85,6 @@ enum SdrObjListKind {SDROBJLIST_UNKNOWN =0x00, // Here is space for 8 more types of pages }; // reserved for Surrogate -inline bool SdrIsPageKind(SdrObjListKind eK) { return eK>=SDROBJLIST_DRAWPAGE && eK<=0x1A; } - /* * Repeat */ -- cgit