Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/compositor/intern/COM_Device.h')
-rw-r--r--source/blender/compositor/intern/COM_Device.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/source/blender/compositor/intern/COM_Device.h b/source/blender/compositor/intern/COM_Device.h
index 0b0f0f5c1c6..0a456760045 100644
--- a/source/blender/compositor/intern/COM_Device.h
+++ b/source/blender/compositor/intern/COM_Device.h
@@ -37,21 +37,6 @@ class Device {
}
/**
- * \brief initialize the device
- */
- virtual bool initialize()
- {
- return true;
- }
-
- /**
- * \brief deinitialize the device
- */
- virtual void deinitialize()
- {
- }
-
- /**
* \brief execute a WorkPackage
* \param work: the WorkPackage to execute
*/