]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/fullscreen.c
Update cfg_kludge_flash for Flash 10
[ion3.git] / ioncore / fullscreen.c
index 12de1184e9c7f4af9c2af6a6981e42b9682b4fc9..04fc7eaf76d721472c82dce7d196d965b93ca0d2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ion/ioncore/fullscreen.c
  *
- * Copyright (c) Tuomo Valkonen 1999-2007
+ * Copyright (c) Tuomo Valkonen 1999-2009
  *
  * See the included file LICENSE for details.
  */
@@ -167,16 +167,5 @@ bool group_set_fullscreen_extl(WGroup *grp, const char *how)
 }
 
 
-/*EXTL_DOC
- * Is \var{reg} in full screen mode?
- */
-EXTL_SAFE
-EXTL_EXPORT_MEMBER
-bool group_is_fullscreen(WGroup *grp)
-{
-    return REGION_IS_FULLSCREEN(grp);
-}
-
-
 /*}}}*/