summaryrefslogtreecommitdiff
path: root/src/ui.hh
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-02-08 14:02:56 -0300
committercorvid <corvid@lavabit.com>2009-02-08 14:02:56 -0300
commit4e417d3988cff4143da06f438fcd39cb228ed1f9 (patch)
treedb15fc7be182ecd004909797aae4a431812cae68 /src/ui.hh
parent175197dc885e13446fcc8662fd58a58dc46ad9d3 (diff)
Switched load images on/off feature to the Tools menu
Diffstat (limited to 'src/ui.hh')
-rw-r--r--src/ui.hh4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ui.hh b/src/ui.hh
index 9f832fa3..946e7669 100644
--- a/src/ui.hh
+++ b/src/ui.hh
@@ -50,7 +50,7 @@ class UI : public fltk::Group {
Group *TopGroup;
Button *Back, *Forw, *Home, *Reload, *Save, *Stop, *Bookmarks, *Tools,
- *Clear, *Search, *FullScreen, *ImageLoad, *BugMeter, *FileButton;
+ *Clear, *Search, *FullScreen, *BugMeter, *FileButton;
Input *Location;
PackedGroup *ProgBox;
CustProgressBox *PProg, *IProg;
@@ -98,8 +98,6 @@ public:
void set_panelmode(UIPanelmode mode);
UIPanelmode get_panelmode();
void set_findbar_visibility(bool visible);
- bool images_enabled() { return ImageLoad->state();}
- void images_enabled(int flag) { ImageLoad->state(flag);}
Widget *fullscreen_button() { return FullScreen; }
void fullscreen_toggle() { FullScreen->do_callback(); }