]> git.lizzy.rs Git - irrlicht.git/blobdiff - include/IFileSystem.h
Remove core::list and replace uses with std::list (#105)
[irrlicht.git] / include / IFileSystem.h
index afecaf17a386b7104c2e96142689022540fea316..5b528d1569399ae7138c3401818b953f5d29228d 100644 (file)
@@ -315,14 +315,6 @@ public:
        /** \param filename is the string identifying the file which should be tested for existence.\r
        \return True if file exists, and false if it does not exist or an error occurred. */\r
        virtual bool existFile(const path& filename) const =0;\r
-\r
-       //! Creates a new empty collection of attributes, usable for serialization and more.\r
-       /** \param driver: Video driver to be used to load textures when specified as attribute values.\r
-       Can be null to prevent automatic texture loading by attributes.\r
-       \return Pointer to the created object.\r
-       If you no longer need the object, you should call IAttributes::drop().\r
-       See IReferenceCounted::drop() for more information. */\r
-       virtual IAttributes* createEmptyAttributes(video::IVideoDriver* driver=0) =0;\r
 };\r
 \r
 \r