You are here

function focal_point_update_7002 in Focal Point 7

Removing the 'focal_point_preview_image_style' variable.

File

./focal_point.install, line 149
Install hooks for focal_point.

Code

function focal_point_update_7002() {
  variable_del('focal_point_preview_image_style');
}