* drop debug output
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38150 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -34,7 +34,6 @@
|
|||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
using BPrivate::gMutableLocaleRoster;
|
using BPrivate::gMutableLocaleRoster;
|
||||||
|
|
||||||
@@ -339,7 +338,7 @@ FormatView::FormatView(const BLocale& locale)
|
|||||||
.End()
|
.End()
|
||||||
.View());
|
.View());
|
||||||
|
|
||||||
|
|
||||||
BGroupLayout* rootLayout = new BGroupLayout(B_HORIZONTAL, spacing);
|
BGroupLayout* rootLayout = new BGroupLayout(B_HORIZONTAL, spacing);
|
||||||
SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
|
SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
|
||||||
SetLayout(rootLayout);
|
SetLayout(rootLayout);
|
||||||
@@ -663,8 +662,6 @@ FormatView::_ParseDateFormat()
|
|||||||
fLocale.GetDateFormat(dateFormatString, true);
|
fLocale.GetDateFormat(dateFormatString, true);
|
||||||
const char* dateFormat = dateFormatString.String();
|
const char* dateFormat = dateFormatString.String();
|
||||||
|
|
||||||
printf("FV::_ParseDateFormat: df='%s'\n", dateFormat);
|
|
||||||
|
|
||||||
// Travel through the string and parse it
|
// Travel through the string and parse it
|
||||||
const char* parsePointer = dateFormat;
|
const char* parsePointer = dateFormat;
|
||||||
const char* fieldBegin = dateFormat;
|
const char* fieldBegin = dateFormat;
|
||||||
|
|||||||
Reference in New Issue
Block a user