Skip to content

Commit

Permalink
Fix unused declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
reinerp committed Mar 29, 2012
1 parent 580b99a commit 589b548
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions CoreFoundation/System/CoreFoundation/Base.chs
Expand Up @@ -3,6 +3,7 @@ module System.CoreFoundation.Base(
Object(..),
touchObject,
withDynObject,
getObjectDescription,
-- * TypeIDs
TypeID(),
typeIDDescription,
Expand Down
3 changes: 0 additions & 3 deletions CoreFoundation/System/CoreFoundation/RunLoop.chs
Expand Up @@ -30,9 +30,6 @@ declareCFType "RunLoop"
{#fun CFRunLoopGetMain as getMainRunLoop
{ } -> `RunLoop' getAndRetain* #}

foreign import ccall "CFRunLoopGetCurrent" cfRunLoopGetCurrent :: IO (Ptr ())
foreign import ccall "CFRunLoopGetMain" cfRunLoopGetMain :: IO (Ptr ())

{#fun queueFunctionForRunLoop
{ withObject* `RunLoop'
, id `Ptr ()'
Expand Down

0 comments on commit 589b548

Please sign in to comment.