Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: groups.c Log Message: Disable non-functional group show/hide stuff. =================================================================== RCS file: /cvs/e/e16/e/src/groups.c,v retrieving revision 1.92 retrieving revision 1.93 diff -u -3 -r1.92 -r1.93 --- groups.c 27 Feb 2007 03:52:46 -0000 1.92 +++ groups.c 1 Mar 2007 02:13:35 -0000 1.93 @@ -33,6 +33,8 @@ #include "timers.h" #include <math.h> +#define USE_GROUP_SHOWHIDE 0 /* Don't think this is useful. */ + #define SET_OFF 0 #define SET_ON 1 #define SET_TOGGLE 2 @@ -389,6 +391,7 @@ return group_member_strings; } +#if USE_GROUP_SHOWHIDE static void ShowHideWinGroups(EWin * ewin, int group_index, char onoff) { @@ -465,6 +468,11 @@ Efree(gwins); SaveGroups(); } +#else + +#define ShowHideWinGroups(ewin, group_index, onoff) + +#endif /* USE_GROUP_SHOWHIDE */ void SaveGroups(void) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs