MATLAB: Getting warning about IPTCHECKNARGIN when using IMLINE after 2012a upgrade

Image Processing Toolboximline iptchecknargin warning 2012a

I created a gui using imline for selecting range on some figures. It works great and still does. After I updated to 2012a, however, I get multiple warnings whenever I call IMLINE, indicating that IPTCHECKNARGIN will be removed from a future version of Matlab.
I know I can silence these warnings simply by using WARNING but I'm worried that my implementation of IMLINE will stop working on the next upgrade. Is IMLINE upgradable/replaceable without writing my own version (NOT fun at all!)? I'm also a bit confused that Mathworks apparently didn't bother to update their own code.
For what it's worth, calling IMLINE directly from the command line causes the same warning.
Thanks for any help!

Best Answer

We did bother to update our own code. imline in R2012a does not contain any calls to iptchecknargin.
Perhaps you have an old (pre-R2012a) version of the Image Processing Toolbox on your path?
Related Question