X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Ftool-bar%2Ftool-bar.h;h=b9f2c194727f6af3945e88c35a1891032f666540;hb=50fb32886d0518953ed92209d767b8204b29b387;hp=17f9a632b7b7dc092790d5046997c56028a12dc6;hpb=f58b8383147de70affa1e3949cf1c6757d705d3c;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/controls/tool-bar/tool-bar.h b/dali-toolkit/devel-api/controls/tool-bar/tool-bar.h index 17f9a63..b9f2c19 100644 --- a/dali-toolkit/devel-api/controls/tool-bar/tool-bar.h +++ b/dali-toolkit/devel-api/controls/tool-bar/tool-bar.h @@ -88,12 +88,6 @@ public: static ToolBar DownCast( BaseHandle handle ); /** - * Sets a background image. - * @param background Actor with the tool bar background. - */ - void SetBackground( Actor background ); - - /** * Adds an additional control to the tool bar. * @pre The tool bar needs to be initialized. * @pre The alignment needs to be horizontal.