diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-25 22:29:48 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-27 09:45:56 +0000 |
commit | b737e913c4594d07270d9b59f6ca3792482e2356 (patch) | |
tree | 5d49a8a7f372df11813a5979111a83708d2cac66 /vcl/inc | |
parent | 1190dab820a60907559fb1e7d8e6e5d4d58ecfdf (diff) |
callcatcher: update unused list
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/salbmp.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/inc/unx/salbmp.h b/vcl/inc/unx/salbmp.h index 31aeeab58271..942a1f703993 100644 --- a/vcl/inc/unx/salbmp.h +++ b/vcl/inc/unx/salbmp.h @@ -207,13 +207,6 @@ public: long nHeight ); - ImplSalDDB( - Display* pDisplay, - XLIB_Window hWindow, - SalX11Screen nXScreen, - XImage* pImage - ); - ~ImplSalDDB(); Pixmap ImplGetPixmap() const { return maPixmap; } |