diff --git a/src/preferences/locale/FormatSettingsView.cpp b/src/preferences/locale/FormatSettingsView.cpp index 7c3e2d721a..cca81e7172 100644 --- a/src/preferences/locale/FormatSettingsView.cpp +++ b/src/preferences/locale/FormatSettingsView.cpp @@ -34,7 +34,6 @@ #include -#include using BPrivate::gMutableLocaleRoster; @@ -339,7 +338,7 @@ FormatView::FormatView(const BLocale& locale) .End() .View()); - + BGroupLayout* rootLayout = new BGroupLayout(B_HORIZONTAL, spacing); SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR)); SetLayout(rootLayout); @@ -663,8 +662,6 @@ FormatView::_ParseDateFormat() fLocale.GetDateFormat(dateFormatString, true); const char* dateFormat = dateFormatString.String(); -printf("FV::_ParseDateFormat: df='%s'\n", dateFormat); - // Travel through the string and parse it const char* parsePointer = dateFormat; const char* fieldBegin = dateFormat;