diff options
author | corvid <corvid@lavabit.com> | 2012-12-31 20:56:15 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-12-31 20:56:15 +0000 |
commit | e08e7ab217958c095ae4d11d33726b016e773723 (patch) | |
tree | b7bfd7f7d0061c6856b39555cb1c95928b516ae1 /src/ui.hh | |
parent | 07f12d12a67d844f35292deb299c6782793dde5d (diff) |
we still aren't using UI::customize() flags arg, so rm it
Diffstat (limited to 'src/ui.hh')
-rw-r--r-- | src/ui.hh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -167,7 +167,7 @@ public: void set_img_prog(int n_img, int t_img, int cmd); void set_bug_prog(int n_bug); void set_render_layout(Fl_Group *nw); - void customize(int flags); + void customize(); void button_set_sens(UIButton btn, int sens); void paste_url(); int get_panelsize() { return PanelSize; } |