From: dooglus Date: Fri, 28 Sep 2007 02:08:18 +0000 (+0000) Subject: Commented out the deprecated angle type conversion operators. They weren't used... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=4dd6c6c11c69d048bd14cddf9c4336017dcd6ea7;hp=4dd6c6c11c69d048bd14cddf9c4336017dcd6ea7;p=synfig.git Commented out the deprecated angle type conversion operators. They weren't used anywhere (everything still compiles without them, anyway) and they were preventing the multiplication operators from working. (g++ complains "error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second"). git-svn-id: http://svn.voria.com/code@792 1f10aa63-cdf2-0310-b900-c93c546f37ac ---