diff options
Diffstat (limited to 'src/Chelleport/Context.hs')
| -rw-r--r-- | src/Chelleport/Context.hs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Chelleport/Context.hs b/src/Chelleport/Context.hs index b23c1c2..30d8516 100644 --- a/src/Chelleport/Context.hs +++ b/src/Chelleport/Context.hs @@ -11,14 +11,6 @@ import SDL (($=)) import qualified SDL import qualified SDL.Font as TTF --- benchmark :: String -> IO a -> IO a --- benchmark msg m = do --- start <- systemNanoseconds <$> getSystemTime --- result <- m --- end <- systemNanoseconds <$> getSystemTime --- Debug.traceM $ msg ++ ": " ++ show (end - start) --- pure result - initializeContext :: IO DrawContext initializeContext = do -- Initialize SDL |
