VirtualBox

Changeset 21427 in vbox for trunk/include


Ignore:
Timestamp:
Jul 9, 2009 11:09:58 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49815
Message:

Main: remove dead code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/settings.h

    r21217 r21427  
    12071207
    12081208
    1209 /*
    1210  * VBoxXml
    1211  *
    1212  *
    1213  */
    1214 
    1215 
    1216 class VBoxXmlBase
    1217 {
    1218 protected:
    1219     VBoxXmlBase();
    1220 
    1221     ~VBoxXmlBase();
    1222 
    1223     xmlParserCtxtPtr m_ctxt;
    1224 };
    1225 
    1226 class VBoxXmlFile : public VBoxXmlBase
    1227 {
    1228 public:
    1229     VBoxXmlFile();
    1230     ~VBoxXmlFile();
    1231 };
    1232 
    1233 
    12341209
    12351210#if defined(_MSC_VER)
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