]> gitweb.factorcode.org Git - factor.git/commitdiff
remove redundant IN:
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 13 Aug 2015 13:44:37 +0000 (06:44 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 13 Aug 2015 13:44:37 +0000 (06:44 -0700)
basis/cocoa/application/application-docs.factor
basis/cocoa/cocoa-docs.factor
basis/cocoa/dialogs/dialogs-docs.factor
basis/cocoa/pasteboard/pasteboard-docs.factor
basis/cocoa/subclassing/subclassing-docs.factor
basis/cocoa/views/views-docs.factor
basis/cocoa/windows/windows-docs.factor
basis/core-graphics/types/types-docs.factor
basis/gobject/ffi/ffi.factor

index 849983d00e6c42abe099434441c79cb94fbfe302..d343b53283bb3aaf635874375c71b504915afa61 100644 (file)
@@ -51,5 +51,4 @@ ARTICLE: "cocoa-application-utils" "Cocoa application utilities"
     with-cocoa
 } ;
 
-IN: cocoa.application
 ABOUT: "cocoa-application-utils"
index a458d3c63322b4fcb864e8736b848846b05d1b0f..d66183385ec4c2fb4d603d0b07d8ca90bddaaefe 100644 (file)
@@ -58,5 +58,4 @@ $nl
     "cocoa-window-utils"
 } ;
 
-IN: cocoa
 ABOUT: "cocoa"
index 3f69baff0b5a958dfcacd2c1ec030bb07068af00..329e2ddcc4cf548e30c543bcae2909ab9623dc9a 100644 (file)
@@ -29,5 +29,4 @@ ARTICLE: "cocoa-dialogs" "Cocoa file dialogs"
     save-panel
 } ;
 
-IN: cocoa.dialogs
 ABOUT: "cocoa-dialogs"
index e6af5ab6b603d9a957029405521158f4093394a2..d1d0e374d1fe1223acf61b8147696a262ff0a85b 100644 (file)
@@ -20,5 +20,4 @@ ARTICLE: "cocoa-pasteboard-utils" "Cocoa pasteboard utilities"
     set-pasteboard-string
 } ;
 
-IN: cocoa.pasteboard
 ABOUT: "cocoa-pasteboard-utils"
index 2b7a2960550204b439745b4b796c127c70fb79b1..98df64036448e9ebf1e59719bd59d744952fcf44 100644 (file)
@@ -20,5 +20,4 @@ ARTICLE: "objc-subclassing" "Subclassing Objective C classes"
 { $subsections POSTPONE: CLASS: POSTPONE: METHOD: }
 "Objective C class definitions are saved in the image. If the image is saved and Factor is restarted with the saved image, custom class definitions are made available to the Objective C runtime when they are first accessed from within Factor." ;
 
-IN: cocoa.subclassing
 ABOUT: "objc-subclassing"
index 4bc92a4c499e5b5f05e7904a913e221948dd4dfd..1e1ed2f25c8c31b95bea0bcfc2021ceddd7a3764 100644 (file)
@@ -20,5 +20,4 @@ ARTICLE: "cocoa-view-utils" "Cocoa view utilities"
     mouse-location
 } ;
 
-IN: cocoa.views
 ABOUT: "cocoa-view-utils"
index d29a379c2e98a3f4bfea686a0f47f23bed9fbb3e..67475b81f95df41361de2f6d3d25578a1fac148c 100644 (file)
@@ -15,5 +15,4 @@ ARTICLE: "cocoa-window-utils" "Cocoa window utilities"
     <ViewWindow>
 } ;
 
-IN: cocoa.windows
 ABOUT: "cocoa-window-utils"
index e7e1de5cd5cd598cb9b41ed375b41472c4f2f117..85302cb5d6daae6c29aef2ab1cbef258b9344bec 100644 (file)
@@ -27,5 +27,4 @@ ARTICLE: "core-graphics.types" "Core Graphics types"
     <CGSize>
 } ;
 
-IN: core-graphics.types
 ABOUT: "core-graphics.types"
index b530ba67fe688eb5fff9deceaae7f543393f8bef..b6d31cf514a9338cdb6e3c32e69fa2a8f3f17d88 100644 (file)
@@ -21,8 +21,6 @@ IMPLEMENT-STRUCTS: GValue GParamSpecVariant ;
 
 GIR: vocab:gobject/GObject-2.0.gir
 
-IN: gobject.ffi
-
 FORGET: GIOCondition
 FORGET: G_IO_IN
 FORGET: G_IO_OUT