Skip to content

Commit 38a395a

Browse files
authored
Delete some unecessary comments and traces
1 parent bad6694 commit 38a395a

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

GUI/Histogram.hs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,6 @@ histogramViewNew builder = do
9494
renderWithDrawWindow win $ do
9595
C.moveTo 4 20
9696
showLayout layout
97-
-- GtkExt.stylePaintLayout
98-
-- style win
99-
-- StateNormal True
100-
-- (Rectangle 0 0 w windowHeight)
101-
-- histogramDrawingArea ""
102-
-- 4 20
103-
-- layout
10497
return ()
10598
| otherwise -> do
10699
minterval <- readIORef mintervalIORef

GUI/KeyView.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ renderKEvent keyColour = do
169169
renderToPixbuf :: DrawWindowClass dw => dw -> (Int, Int) -> C.Render ()
170170
-> IO Pixbuf
171171
renderToPixbuf similar (w, h) draw = do
172-
-- TODO: is this right??? I think so. It seems to work at least :shrug:
173172
renderWithDrawWindow similar draw
174173
pixbuf <- pixbufNewFromWindow similar 0 0 w h
175174
return pixbuf

GUI/Timeline.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ module GUI.Timeline (
2424
timelineCentreOnCursor,
2525
) where
2626

27-
import Debug.Trace
2827
import GUI.Types
2928
import GUI.Timeline.Types
3029

GUI/Timeline/Render.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import Events.HECs
2020
import GUI.Types
2121
import GUI.ViewerColours
2222
import GUI.Timeline.CairoDrawing
23-
import Debug.Trace
2423

2524
import Graphics.UI.Gtk hiding (rectangle)
2625
import Graphics.Rendering.Cairo

0 commit comments

Comments
 (0)