]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsImage.C
* filetools.[Ch]: Make functions that start with a capital
[lyx.git] / src / graphics / GraphicsImage.C
index 78097751dc4cd8c2942167150df1aa35cd5c9a3e..b1d7e60707e09c7e39ad530fa73640e149d05806 100644 (file)
 #include "GraphicsParams.h"
 #include "debug.h"
 
-using std::endl;
-using std::abs;
 
 namespace lyx {
 namespace graphics {
 
 // This is to be connected to a function that will return a new
 // instance of a viable derived class.
-boost::function0<Image::ImagePtr> Image::newImage;
+boost::function<Image::ImagePtr()> Image::newImage;
 
 /// Return the list of loadable formats.
-boost::function0<Image::FormatList> Image::loadableFormats;
+boost::function<Image::FormatList()> Image::loadableFormats;
 
 
 std::pair<unsigned int, unsigned int>