aboutsummaryrefslogtreecommitdiff
path: root/src/ui.hh
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-10-01 16:08:30 +0200
committerjcid <devnull@localhost>2008-10-01 16:08:30 +0200
commitbb03b8a02fbbf22b04aa64459cf95bd9422e598d (patch)
treef897a6d1df288b5bf0a6673ac2469e173b858b9f /src/ui.hh
parentff1884a3ffd437d00fc64b61f8651ed8208833d7 (diff)
- Committed the no bw as window user_data() patch.
Diffstat (limited to 'src/ui.hh')
-rw-r--r--src/ui.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ui.hh b/src/ui.hh
index b14455e4..632ea307 100644
--- a/src/ui.hh
+++ b/src/ui.hh
@@ -44,7 +44,6 @@ class CustTabGroup;
// UI class definition -------------------------------------------------------
//
class UI : public fltk::Group {
- void *Bw;
CustTabGroup *Tabs;
char *TabTooltip;
@@ -109,8 +108,6 @@ public:
CustTabGroup *tabs() { return Tabs; }
void tabs(CustTabGroup *tabs) { Tabs = tabs; }
- void *vbw() { return Bw; }
- void vbw(void *v_bw) { Bw = v_bw; }
// Hooks to method callbacks
void panel_cb_i();