From 21e52bc85943ed7255380d8d8384780e617bcbf8 Mon Sep 17 00:00:00 2001 From: inmarket Date: Thu, 4 Jul 2013 00:53:41 +1000 Subject: [PATCH] Math library no longer needed on widget demo --- demos/modules/gwin/widgets/readme.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/demos/modules/gwin/widgets/readme.txt b/demos/modules/gwin/widgets/readme.txt index bb91e810..02d733e9 100644 --- a/demos/modules/gwin/widgets/readme.txt +++ b/demos/modules/gwin/widgets/readme.txt @@ -4,7 +4,3 @@ gfxconf.h Note that you will need to include the drivers into your project makefile for whichever inputs you decide to use. - -Note that you need to link to the math library. Add -lm to your -library paths in your Makefile. -