summaryrefslogtreecommitdiff
path: root/src/ui.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.hh')
-rw-r--r--src/ui.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ui.hh b/src/ui.hh
index beb202a9..97f786d8 100644
--- a/src/ui.hh
+++ b/src/ui.hh
@@ -123,7 +123,6 @@ class UI : public CustGroupVertical {
int p_xpos, p_ypos, bw, bh, mh, lh, nh, fh, sh, pw, lbl;
UIPanelmode Panelmode;
- int PointerOnLink;
Fl_Button *make_button(const char *label, Fl_Image *img,
Fl_Image*deimg, int b_n, int start = 0);
void make_toolbar(int tw, int th);
@@ -164,13 +163,10 @@ public:
CustTabs *tabs() { return Tabs; }
void tabs(CustTabs *tabs) { Tabs = tabs; }
- int pointerOnLink() { return PointerOnLink; }
- void pointerOnLink(int flag) { PointerOnLink = flag; }
// Hooks to method callbacks
void color_change_cb_i();
void toggle_cb_i();
- void panelmode_cb_i();
};
#endif // __UI_HH__