* add files for maemo
[modest] / src / modest-icon-factory.h
index 5a4437e..f77e255 100644 (file)
 #include <gdk/gdkpixbuf.h>
 
 /**
- * modest_icon_factory_init
- *
- * initialize the modest_icon_factory, which is a runtime-wide singleton
- * this should be called only once, before doing anything else with the icon
- * factory
- */
-void modest_icon_factory_init   (void);
-
-
-/**
- * modest_icon_factory_uninit
- *
- * uninitialize the modest_icon_factory. this should be done after the icon
- * factory is no longer needed.
- */
-void modest_icon_factory_uninit (void);
-
-
-/**
  * modest_icon_factory_get_icon:
  * @name: the filename of a certain icon
  *