]> git.lizzy.rs Git - irrlicht.git/blobdiff - include/IOSOperator.h
de-deprecate clearZBuffer
[irrlicht.git] / include / IOSOperator.h
index eeb1856dce918adb15197bfdf1edbb822200ef71..5d2d42aa6d7c14892b6815337f00f0bcb5b87c75 100644 (file)
@@ -32,11 +32,6 @@ public:
        /** \return Returns 0 if no string is in there. */\r
        virtual const c8* getTextFromClipboard() const = 0;\r
 \r
-       //! Get the processor speed in megahertz\r
-       /** \param MHz The integer variable to store the speed in.\r
-       \return True if successful, false if not */\r
-       virtual bool getProcessorSpeedMHz(u32* MHz) const = 0;\r
-\r
        //! Get the total and available system RAM\r
        /** \param totalBytes: will contain the total system memory in bytes\r
        \param availableBytes: will contain the available memory in bytes\r