Remove useless debug output.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38264 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
32a2294fdc
commit
e2fc6dba84
@ -266,8 +266,8 @@ TermApp::_GetWindowPositionFile(BFile* file, uint32 openMode)
|
|||||||
status_t
|
status_t
|
||||||
TermApp::_LoadWindowPosition(BRect* frame, uint32* workspaces)
|
TermApp::_LoadWindowPosition(BRect* frame, uint32* workspaces)
|
||||||
{
|
{
|
||||||
status_t status = B_ERROR;
|
status_t status;
|
||||||
BMessage position = BMessage();
|
BMessage position;
|
||||||
|
|
||||||
BFile file;
|
BFile file;
|
||||||
status = _GetWindowPositionFile(&file, B_READ_ONLY);
|
status = _GetWindowPositionFile(&file, B_READ_ONLY);
|
||||||
@ -294,7 +294,6 @@ TermApp::_LoadWindowPosition(BRect* frame, uint32* workspaces)
|
|||||||
else
|
else
|
||||||
*workspaces = B_CURRENT_WORKSPACE;
|
*workspaces = B_CURRENT_WORKSPACE;
|
||||||
|
|
||||||
printf("loading settings ok\n");
|
|
||||||
return B_OK;
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user