remove unused code, comment some that may be useful (maintainers can remove).

This commit is contained in:
2011-05-23 15:23:31 +00:00
parent b69c1e8f1a
commit d0e4f7b9f2
9 changed files with 19 additions and 20 deletions

View File

@@ -1595,12 +1595,12 @@ ScrArea *ED_screen_full_toggle(bContext *C, wmWindow *win, ScrArea *sa)
if(sa && sa->full) {
ScrArea *old;
short fulltype;
/*short fulltype;*/ /*UNUSED*/
sc= sa->full; /* the old screen to restore */
oldscreen= win->screen; /* the one disappearing */
fulltype = sc->full;
/*fulltype = sc->full;*/
sc->full= 0;
/* removed: SCREENAUTOPLAY exception here */