Cycles: Fix build with networking enabled

This commit is contained in:
Mai Lavelle 2017-08-30 00:19:44 -04:00
parent 1457e5ea73
commit 124ffb45a6
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}