aboutsummaryrefslogtreecommitdiff
path: root/src/findbar.hh
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2011-08-01 11:30:28 -0400
committerJorge Arellano Cid <jcid@dillo.org>2011-08-01 11:30:28 -0400
commitd1342e1d461b0001f5154c3c95fcc116a2451f50 (patch)
tree45804fc5aca0100e435fffdd743775cd10bd8307 /src/findbar.hh
parent80326c4d504759a206682d70f4f886f465b2d320 (diff)
Re-enabled the temoporary panels feature for Ctrl+l
It has lots of code cleanups and a simpler/more-uniform way of handling it all.
Diffstat (limited to 'src/findbar.hh')
-rw-r--r--src/findbar.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/findbar.hh b/src/findbar.hh
index 11986407..72d24c44 100644
--- a/src/findbar.hh
+++ b/src/findbar.hh
@@ -27,7 +27,6 @@ public:
~Findbar();
int handle(int event);
void show();
- void hide();
};
#endif // __FINDBAR_HH__