summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/saldata.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2011-10-03 15:16:32 +0100
committerMichael Meeks <michael.meeks@suse.com>2011-10-25 13:41:51 +0100
commitf88ff49c733392e66dd178928efa3d807f2cffca (patch)
treeaa710956cdbf536be2cbdffc8d4d4738cf5a24f9 /vcl/inc/unx/saldata.hxx
parenta4d7b25e7a006c3105a226343bfb52d9e1bc356a (diff)
generic: try to cleanup SalXLib cruft some more
Diffstat (limited to 'vcl/inc/unx/saldata.hxx')
-rw-r--r--vcl/inc/unx/saldata.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/unx/saldata.hxx b/vcl/inc/unx/saldata.hxx
index 59a61f1cc923..30573b00132c 100644
--- a/vcl/inc/unx/saldata.hxx
+++ b/vcl/inc/unx/saldata.hxx
@@ -85,10 +85,6 @@ public:
static int XIOErrorHdl( Display* );
};
-inline X11SalData* GetX11SalData()
-{ return (X11SalData*)ImplGetSVData()->mpSalData; }
-
-
#ifdef _SV_SALDISP_HXX
inline void X11SalData::XError( Display *pDisplay, XErrorEvent *pEvent ) const
{ pXLib_->XError( pDisplay, pEvent ); }