diff options
Diffstat (limited to 'dw/table.hh')
-rw-r--r-- | dw/table.hh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dw/table.hh b/dw/table.hh index 0f164c90..3729da71 100644 --- a/dw/table.hh +++ b/dw/table.hh @@ -461,10 +461,8 @@ private: } 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 resizeDrawImpl (); |