diff options
Diffstat (limited to 'dw/image.hh')
-rw-r--r-- | dw/image.hh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dw/image.hh b/dw/image.hh index 1de315bd..ae47f307 100644 --- a/dw/image.hh +++ b/dw/image.hh @@ -130,10 +130,8 @@ private: bool isMap; protected: - void sizeRequestImpl (core::Requisition *requisition, bool posDefined, int x, - int y); - void getExtremesImpl (core::Extremes *extremes, bool posDefined, int x, - int y); + void sizeRequestSimpl (core::Requisition *requisition); + void getExtremesSimpl (core::Extremes *extremes); void sizeAllocateImpl (core::Allocation *allocation); void containerSizeChangedForChildren (); |