Skip to content

Commit

Permalink
Remove createLensFlarStage
Browse files Browse the repository at this point in the history
  • Loading branch information
ggetz committed Aug 29, 2018
1 parent d6e03a2 commit 026732d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Source/Scene/PostProcessStageLibrary.js
Original file line number Diff line number Diff line change
Expand Up @@ -776,18 +776,5 @@ define([
});
};

/**
* Renaming createLensFlarStage to createLensFlareStage would lead to breaking change
* @deprecated
* @private
*/
PostProcessStageLibrary.createLensFlarStage = function() {
deprecationWarning(
'PostProcessStageLibrary.createLensFlarStage',
'createLensFlarStage has been deprecated and will be removed in Cesium 1.49. Use createLensFlareStage instead'
);
return PostProcessStageLibrary.createLensFlareStage();
};

return PostProcessStageLibrary;
});

0 comments on commit 026732d

Please sign in to comment.