hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=b96e83472aa001222a227da5c438967a017e3a5b

commit b96e83472aa001222a227da5c438967a017e3a5b
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Mon Aug 11 16:52:23 2014 +0900

    redoundo: removed non-body declares.
---
 src/include/redoundo.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/include/redoundo.h b/src/include/redoundo.h
index 31efee7..ee6f630 100644
--- a/src/include/redoundo.h
+++ b/src/include/redoundo.h
@@ -6,5 +6,3 @@ void redoundo_text_relative_push(redoundo_data *rd, const char 
*text);
 void redoundo_entry_region_push(redoundo_data *rd, int cursor_pos, int 
cursor_pos2);
 int redoundo_undo(redoundo_data *rd, Eina_Bool *changed);
 int redoundo_redo(redoundo_data *rd, Eina_Bool *changed);
-void redoundo_depth_set(redoundo_data *rd, unsigned int depth);
-unsigned int redoundo_depth_get(redoundo_data *rd);

-- 


Reply via email to