Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / views / controls / menu / menu_config.h
index 3cdbccd..3acab2a 100644 (file)
@@ -73,9 +73,6 @@ struct VIEWS_EXPORT MenuConfig {
   // Width of the submenu arrow.
   int arrow_width;
 
-  // Width of the gutter. Only used if render_gutter is true.
-  int gutter_width;
-
   // Height of a normal separator (ui::NORMAL_SEPARATOR).
   int separator_height;
 
@@ -88,10 +85,6 @@ struct VIEWS_EXPORT MenuConfig {
   // Height of a ui::SPACING_SEPARATOR.
   int separator_spacing_height;
 
-  // Whether or not the gutter should be rendered. The gutter is specific to
-  // Vista.
-  bool render_gutter;
-
   // Are mnemonics shown?
   bool show_mnemonics;