Remove dependency to std::vector and property::value from property notification API
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / controls / navigation-frame / navigation-bar-style.h
index 9df024c..52f1d07 100644 (file)
@@ -2,7 +2,7 @@
 #define __DALI_TOOLKIT_NAVIGATION_BAR_STYLE_H__
 
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2015 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -105,8 +105,6 @@ namespace Toolkit
      * Constructor
      */
     NaviTitleBarStyle( Actor background,
-                       TextStyle titleTextStyle,
-                       TextStyle subtitleTextStyle,
                        int referenceWidth,
                        int height,
                        int titleHeightWithoutSubtitle,
@@ -120,7 +118,6 @@ namespace Toolkit
                        int buttonBottomMargin,
                        int gapBetweenButtons )
     : BasicNaviBarStyle( background, referenceWidth, height),
-      titleTextStyle( titleTextStyle ), subtitleTextStyle( subtitleTextStyle ),
       titleHeightWithoutSubtitle( titleHeightWithoutSubtitle ),
       titleHeightWithSubtitle( titleHeightWithSubtitle ), subtitleHeight( subtitleHeight ),
       titleLeftMargin( titleLeftMargin ), titleBottomMargin( titleBottomMargin ),
@@ -130,8 +127,6 @@ namespace Toolkit
     {
     }
 
-    TextStyle titleTextStyle;               ///< the text style of the tile text
-    TextStyle subtitleTextStyle;            ///< the text style of the subtitle text
     int   titleHeightWithoutSubtitle;       ///< the height of the title when no subtitle exists
     int   titleHeightWithSubtitle;          ///< the height of the title when there is subtitle below
     int   subtitleHeight;                   ///< the height of the subtitle