summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2011-12-28 02:00:33 +0100
committerportix <portix@gmx.net>2011-12-28 02:00:33 +0100
commitb21be615c1aed463426ac6cb0d1356d70fa5d3c2 (patch)
treef6d59da018c83ce41df49fba7ca165113f026b3b /src/util.c
parentd1832eed7a58b43aeece4b9cb462b3c2fcdfe3bd (diff)
downloaddwb-b21be615c1aed463426ac6cb0d1356d70fa5d3c2.zip
Removing not needed dwb_false; new command 'visible'
--HG-- branch : experimental
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/util.c b/src/util.c
index cacee08e..71d5fad2 100644
--- a/src/util.c
+++ b/src/util.c
@@ -545,11 +545,6 @@ dwb_quickmark_free(Quickmark *q) {
/* dwb_true, dwb_false {{{*/
gboolean
-dwb_false() {
- return false;
-}
-
-gboolean
dwb_true() {
return true;
}/*}}}*/