From c945e4b200d1a555ab8d3bf819898add36e2f839 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Thu, 12 Feb 2015 09:28:40 -0500 Subject: [PATCH] remove define from grid file Signed-off-by: Chris Michael --- src/bin/grid.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/grid.c b/src/bin/grid.c index 4bcb03a..d8ea049 100644 --- a/src/bin/grid.c +++ b/src/bin/grid.c @@ -6,8 +6,6 @@ #include "config.h" #include "theme.h" -#define MAX_NICK_LEN 20 - /* local function prototypes */ static void _smart_size(Evas_Object *obj, int w, int h, Eina_Bool force); static void _smart_queue_update(Evas_Object *obj, Grid *sd);