myadm

Simple MySQL client for the terminal
git clone git://git.bitsmanent.org/myadm
Log | Files | Refs | README | LICENSE

commit 267bb5f874db73bc6c01e3f0ced978ed3bda270f
parent f8832aaf04bc7f623622cd892fa7f499be13ce72
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Sun, 20 Mar 2016 19:27:06 +0100

Removed unused text() function.

Diffstat:
Mcore.c | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/core.c b/core.c @@ -112,7 +112,6 @@ void stfl_setf(const char *name, const char *fmtstr, ...); void stfl_putitem(Item *item, int *lens); int stripesc(char *src, char *dst, int len); void tables(const Arg *arg); -void text(const Arg *arg); void viewprev(const Arg *arg); #include "config.h" @@ -714,11 +713,6 @@ tables(const Arg *arg) { } void -text(const Arg *arg) { - stfl_setf("status", "I don't know how to refresh the content."); -} - -void viewprev(const Arg *arg) { View *v;