diff options
author | jcid <devnull@localhost> | 2008-10-01 16:08:30 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-10-01 16:08:30 +0200 |
commit | bb03b8a02fbbf22b04aa64459cf95bd9422e598d (patch) | |
tree | f897a6d1df288b5bf0a6673ac2469e173b858b9f /src/ui.hh | |
parent | ff1884a3ffd437d00fc64b61f8651ed8208833d7 (diff) |
- Committed the no bw as window user_data() patch.
Diffstat (limited to 'src/ui.hh')
-rw-r--r-- | src/ui.hh | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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(); |