Cycles: Remove device settings from performance tab

This was included in the commit by accident, it doesn't belong there.
This commit is contained in:
Lukas Stockner 2016-11-07 13:22:53 +01:00
parent 1d01a1a269
commit c9efcc5e4a

@ -372,8 +372,6 @@ class CyclesRender_PT_performance(CyclesButtonsPanel, Panel):
rd = scene.render
cscene = scene.cycles
context.user_preferences.addons['cycles'].preferences.draw_impl(layout, context)
split = layout.split()
col = split.column(align=True)