stefan pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=e0639b67ad369871c241b846b0f722ff80da9886

commit e0639b67ad369871c241b846b0f722ff80da9886
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Wed Nov 11 17:45:13 2015 +0100

    elm_prefs: remove some unused functions
---
 src/bin/elm_prefs_cc_parse.c | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/src/bin/elm_prefs_cc_parse.c b/src/bin/elm_prefs_cc_parse.c
index ce649e7..01c061f 100644
--- a/src/bin/elm_prefs_cc_parse.c
+++ b/src/bin/elm_prefs_cc_parse.c
@@ -640,18 +640,6 @@ parse(char *data, off_t size)
    DBG("Parsing done");
 }
 
-int
-is_verbatim(void)
-{
-   return verbatim;
-}
-
-void
-track_verbatim(int on)
-{
-   verbatim = on;
-}
-
 void
 set_verbatim(char *s, int l1, int l2)
 {
@@ -660,24 +648,6 @@ set_verbatim(char *s, int l1, int l2)
    verbatim_str = s;
 }
 
-char *
-get_verbatim(void)
-{
-   return verbatim_str;
-}
-
-int
-get_verbatim_line1(void)
-{
-   return verbatim_line1;
-}
-
-int
-get_verbatim_line2(void)
-{
-   return verbatim_line2;
-}
-
 void
 compile(void)
 {

-- 


Reply via email to