VirtualBox

Ignore:
Timestamp:
Mar 10, 2008 2:52:17 PM (17 years ago)
Author:
vboxsync
Message:

Additions/x11: removed accidentally added log statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/xclient/clipboard.cpp

    r7264 r7410  
    14681468    LogFlowFunc(("\n"));
    14691469
    1470     TRACE;
    14711470    rc = vboxClipboardCreateWindow();
    14721471    if (VBOX_FAILURE(rc))
    14731472        return rc;
    14741473
    1475     TRACE;
    14761474    rc = RTThreadCreate(&g_ctx.thread, vboxClipboardThread, 0, 0, RTTHREADTYPE_IO,
    14771475                        RTTHREADFLAGS_WAITABLE, "SHCLIP");
    14781476    AssertRCReturn(rc, rc);
    14791477    /* Set up a timer to poll the host clipboard */
    1480     TRACE;
    14811478    XtAppAddTimeOut(g_ctx.appContext, 200 /* ms */, vboxClipboardTimerProc, 0);
    14821479
    1483     TRACE;
    14841480    XtAppMainLoop(g_ctx.appContext);
    1485     TRACE;
    14861481    g_ctx.formatList.clear();
    1487     TRACE;
    14881482    XtDestroyApplicationContext(g_ctx.appContext);
    14891483    /* Set the termination signal. */
    14901484    RTSemEventSignal(g_ctx.terminating);
    14911485    LogFlowFunc(("returning %d\n", rc));
    1492     TRACE;
    14931486    return rc;
    14941487}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette