Skip to content

Commit

Permalink
Remove handling of the MDI's background color.
Browse files Browse the repository at this point in the history
for L712-009


git-svn-id: svn+ssh://svn.eu.adacore.com/Dev/branches/global/gtk3/gps@192172 936e1b1b-40f2-da11-902a-00137254ae57
  • Loading branch information
lambourg committed Jul 12, 2012
1 parent 956a85d commit d78a562
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions kernel/src/gps-kernel-mdi.adb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ package body GPS.Kernel.MDI is
Pref_Tabs_Position : Tabs_Position_Preferences.Preference;
MDI_Opaque : Boolean_Preference;
MDI_Destroy_Floats : Boolean_Preference;
MDI_Background_Color : Color_Preference;
MDI_Title_Bar_Color : Color_Preference;
MDI_Focus_Title_Color : Color_Preference;
MDI_All_Floating : Boolean_Preference;
Expand Down Expand Up @@ -298,14 +297,6 @@ package body GPS.Kernel.MDI is
Label => -"Floating editors",
Page => ""); -- -"Windows"

MDI_Background_Color := Create
(Manager => Get_Preferences (Kernel),
Name => "MDI-Background-Color",
Default => "#666666",
Doc => -"Color to use for the background of the MDI",
Label => -"Background color",
Page => -"Windows");

MDI_Title_Bar_Color := Create
(Manager => Get_Preferences (Kernel),
Name => "MDI-Title-Bar-Color",
Expand Down Expand Up @@ -377,7 +368,6 @@ package body GPS.Kernel.MDI is
Close_Floating_Is_Unfloat => not MDI_Destroy_Floats.Get_Pref
and not MDI_Editors_Floating.Get_Pref,
Title_Font => Default_Font.Get_Pref_Font,
Background_Color => MDI_Background_Color.Get_Pref,
Title_Bar_Color => MDI_Title_Bar_Color.Get_Pref,
Focus_Title_Color => MDI_Focus_Title_Color.Get_Pref,
Draw_Title_Bars => Pref_Titles_Policy.Get_Pref,
Expand Down

0 comments on commit d78a562

Please sign in to comment.