summaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2017-09-18 04:47:20 +0200
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2017-09-18 04:47:40 +0200
commitb57eea978b752cd347ecccfa76ea6333501af513 (patch)
tree8ea8333436a2c45dce61caae903fb3f7fa36ea09 /src/frame.h
parent1f8a8e447530376cae591029c6b8c523c9eab123 (diff)
downloadratpoison-b57eea978b752cd347ecccfa76ea6333501af513.zip
Delete more unused code
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/frame.h b/src/frame.h
index f78f86c..293e9b9 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -21,10 +21,6 @@
#ifndef FRAME_H
#define FRAME_H
-void frame_move_down (rp_frame *frame, int amount);
-void frame_move_up (rp_frame *frame, int amount);
-void frame_move_right (rp_frame *frame, int amount);
-void frame_move_left (rp_frame *frame, int amount);
void frame_resize_down (rp_frame *frame, int amount);
void frame_resize_up (rp_frame *frame, int amount);
void frame_resize_right (rp_frame *frame, int amount);