VirtualBox

Changeset 25749 in vbox


Ignore:
Timestamp:
Jan 12, 2010 10:33:56 AM (15 years ago)
Author:
vboxsync
Message:

Main: removed obsolete code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r25729 r25749  
    23352335            // constructor has called RTTimeNow(&timeLastStateChange) before
    23362336
    2337 #if 1 /** @todo Teleportation: Obsolete. Remove in a couple of days. */
    2338         if (!elmMachine.getAttributeValue("teleporterEnabled", fTeleporterEnabled)
    2339          && !elmMachine.getAttributeValue("liveMigrationTarget", fTeleporterEnabled))
    2340             fTeleporterEnabled = false;
    2341         if (!elmMachine.getAttributeValue("teleporterPort", uTeleporterPort)
    2342          && !elmMachine.getAttributeValue("liveMigrationPort", uTeleporterPort))
    2343             uTeleporterPort = 0;
    2344         if (!elmMachine.getAttributeValue("teleporterAddress", strTeleporterAddress))
    2345             strTeleporterAddress = "";
    2346         if (!elmMachine.getAttributeValue("teleporterPassword", strTeleporterPassword)
    2347          && !elmMachine.getAttributeValue("liveMigrationPassword", strTeleporterPassword))
    2348             strTeleporterPassword = "";
    2349 #endif
    2350 
    23512337        // parse Hardware before the other elements because other things depend on it
    23522338        const xml::ElementNode *pelmHardware;
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