diff options
author | jcid <devnull@localhost> | 2008-10-01 21:00:05 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-10-01 21:00:05 +0200 |
commit | e5a4120b0cfd0987fa7e5bf5adc6775ff3a62e7a (patch) | |
tree | 9b8f05eff33717249a3010a74e6c1cbcedeb21eb /src/ui.hh | |
parent | e293f994966f2dd42fd07fad60fdfbcdc1fb9081 (diff) |
- Set UI's to share icons.
Diffstat (limited to 'src/ui.hh')
-rw-r--r-- | src/ui.hh | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -53,11 +53,6 @@ class UI : public fltk::Group { Input *Location; PackedGroup *ProgBox; CustProgressBox *PProg, *IProg; - Image *ImgLeftIns, *ImgLeftSens, *ImgRightIns, *ImgRightSens, - *ImgStopIns, *ImgStopSens, *ImgFullScreenOn, *ImgFullScreenOff, - *ImgImageLoadOn, *ImgImageLoadOff, *ImgMeterOK, *ImgMeterBug, - *ImgHome, *ImgReload, *ImgSave, *ImgBook, *ImgClear, *ImgSearch; - MultiImage *ImgLeftMulti, *ImgRightMulti, *ImgStopMulti, *ImgImageLoadMulti; Group *Panel, *StatusPanel; Widget *Main; Output *Status; @@ -76,8 +71,6 @@ class UI : public fltk::Group { void make_menubar(int x, int y, int w, int h); Group *make_panel(int ww); - void delete_panel_images(); - void delete_status_panel_images(); public: UI(int x,int y,int w,int h, const char* label = 0, const UI *cur_ui=NULL); |