remove redundant IN:

db4
John Benediktsson 2015-08-13 06:44:37 -07:00
parent b6be8685c3
commit b79c848d73
9 changed files with 0 additions and 10 deletions

View File

@ -51,5 +51,4 @@ ARTICLE: "cocoa-application-utils" "Cocoa application utilities"
with-cocoa
} ;
IN: cocoa.application
ABOUT: "cocoa-application-utils"

View File

@ -58,5 +58,4 @@ $nl
"cocoa-window-utils"
} ;
IN: cocoa
ABOUT: "cocoa"

View File

@ -29,5 +29,4 @@ ARTICLE: "cocoa-dialogs" "Cocoa file dialogs"
save-panel
} ;
IN: cocoa.dialogs
ABOUT: "cocoa-dialogs"

View File

@ -20,5 +20,4 @@ ARTICLE: "cocoa-pasteboard-utils" "Cocoa pasteboard utilities"
set-pasteboard-string
} ;
IN: cocoa.pasteboard
ABOUT: "cocoa-pasteboard-utils"

View 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"

View File

@ -20,5 +20,4 @@ ARTICLE: "cocoa-view-utils" "Cocoa view utilities"
mouse-location
} ;
IN: cocoa.views
ABOUT: "cocoa-view-utils"

View File

@ -15,5 +15,4 @@ ARTICLE: "cocoa-window-utils" "Cocoa window utilities"
<ViewWindow>
} ;
IN: cocoa.windows
ABOUT: "cocoa-window-utils"

View File

@ -27,5 +27,4 @@ ARTICLE: "core-graphics.types" "Core Graphics types"
<CGSize>
} ;
IN: core-graphics.types
ABOUT: "core-graphics.types"

View 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