X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=c5e1fe4222896afa277794108f58ecca58bc39cb;hb=91b321ff3cb15ca37b5530c9ec5c0f4007b54988;hp=64034c777eb9f2afe842a23952d93d55714b1d82;hpb=7ae9feb654f41173f99e96ba617d018e990da80c;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index 64034c777..c5e1fe422 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -61,8 +61,6 @@ #define _(string) (string) #endif -#define IsEmptyStr(a) ((a)[0] == '\0') - #define DO_DBG_QR 0 #define DBG_QR(x) if(DO_DBG_QR) _DBG_QR(x) #define DBG_QR2(x) if(DO_DBG_QR) _DBG_QR2(x)