minor refactoring

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1322 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2008-11-28 01:33:18 +00:00
parent 69adbecf5c
commit 7ae6a40baa
5 changed files with 24 additions and 13 deletions
+1 -3
View File
@@ -107,7 +107,5 @@ void nxbe_setsize(FAR struct nxbe_window_s *wnd,
/* Report the new size/position */
#ifdef CONFIG_NX_MULTIUSER
nxmu_reportposition(wnd);
#endif
nxfe_reportposition(wnd);
}