reduce number of file system accesses to load icon files, Issue 2816

This commit is contained in:
Ingo
2015-06-24 21:08:28 +02:00
parent 44f26d43a2
commit 4ab63d8e65
2 changed files with 39 additions and 37 deletions

View File

@@ -25,7 +25,6 @@
class RTImage : public Gtk::Image {
public:
RTImage(Glib::ustring fileName, Glib::ustring rtlFileName = "");
~RTImage();
static void setPaths(Options &opt);
static void updateImages();
void changeImage(Glib::ustring &newImage);