summaryrefslogtreecommitdiff
path: root/src/context.cc
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2015-12-23 02:47:32 +0000
committerMaxime Coste <frrrwww@gmail.com>2015-12-23 02:47:32 +0000
commit669fccc5e9c5327122fc9d653091e2de3a62d544 (patch)
treee0030e33c9cd3c205dc33f0f9ba85ba2dbb80804 /src/context.cc
parent1288a1d385262be081d27e1f472688e833922313 (diff)
Remove drop jump (c-d)
Diffstat (limited to 'src/context.cc')
-rw-r--r--src/context.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/context.cc b/src/context.cc
index 519a6889..697df468 100644
--- a/src/context.cc
+++ b/src/context.cc
@@ -93,13 +93,6 @@ void JumpList::push(SelectionList jump)
m_current = m_jumps.size();
}
-void JumpList::drop()
-{
- if (not m_jumps.empty())
- m_jumps.pop_back();
- m_current = m_jumps.size();
-}
-
const SelectionList& JumpList::forward()
{
if (m_current != m_jumps.size() and