diff options
author | portix <portix@gmx.net> | 2011-12-28 02:00:33 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-12-28 02:00:33 +0100 |
commit | b21be615c1aed463426ac6cb0d1356d70fa5d3c2 (patch) | |
tree | f6d59da018c83ce41df49fba7ca165113f026b3b /src/util.c | |
parent | d1832eed7a58b43aeece4b9cb462b3c2fcdfe3bd (diff) | |
download | dwb-b21be615c1aed463426ac6cb0d1356d70fa5d3c2.zip |
Removing not needed dwb_false; new command 'visible'
--HG--
branch : experimental
Diffstat (limited to 'src/util.c')
-rw-r--r-- | src/util.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -545,11 +545,6 @@ dwb_quickmark_free(Quickmark *q) { /* dwb_true, dwb_false {{{*/ gboolean -dwb_false() { - return false; -} - -gboolean dwb_true() { return true; }/*}}}*/ |