diff options
author | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-07-29 09:02:02 +0200 |
---|---|---|
committer | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-07-30 12:44:01 +0200 |
commit | 977ba354b2256da7c871179a75b72c4f568d5fcb (patch) | |
tree | 322b47e13124abcd5160d4e144908af6f05434ba /include | |
parent | 6872ecdbc70befc1f3e9215f5c1cf1530ff8dc40 (diff) |
Remove horrifically outdated comment.
Change-Id: I1362489c9aecf536b31bf6ab57ad8c149f37a876
Diffstat (limited to 'include')
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKit.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKit.h b/include/LibreOfficeKit/LibreOfficeKit.h index c935ebc4d184..d7b8e41909a0 100644 --- a/include/LibreOfficeKit/LibreOfficeKit.h +++ b/include/LibreOfficeKit/LibreOfficeKit.h @@ -99,11 +99,6 @@ struct _LibreOfficeKitDocumentClass void (*setPartMode) (LibreOfficeKitDocument* pThis, LibreOfficeKitPartMode eMode); - // Get a pointer to a raw array, of size 3*nCanvasWidth*nCanvasHeight - // Basebmp's bitmap device seems to round the width up if needed - // for its internal buffer, i.e. the rowstride for the buffer may be larger - // than the desired width, hence we need to be able to return the - // rowstride too. void (*paintTile) (LibreOfficeKitDocument* pThis, unsigned char* pBuffer, const int nCanvasWidth, |