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
path: root/intern
diff options
context:
space:
mode:
authorMai Lavelle <mai.lavelle@gmail.com>2017-08-30 07:19:44 +0300
committerMai Lavelle <mai.lavelle@gmail.com>2017-08-30 07:19:44 +0300
commit124ffb45a60a0f5f54cc75438eeadd5d3a862fa8 (patch)
tree8ecb369fffcb19a4c6c3914d5bcda1aea131b81d /intern
parent1457e5ea738de1da2ea5a7e6e5bf11b5a4c52d2e (diff)
Cycles: Fix build with networking enabled
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/device/device_network.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/cycles/device/device_network.cpp b/intern/cycles/device/device_network.cpp
index 66758954f44..571ba9465ca 100644
--- a/intern/cycles/device/device_network.cpp
+++ b/intern/cycles/device/device_network.cpp
@@ -344,7 +344,6 @@ void device_network_info(vector<DeviceInfo>& devices)
info.id = "NETWORK";
info.num = 0;
info.advanced_shading = true; /* todo: get this info from device */
- info.pack_images = false;
devices.push_back(info);
}