Remove unused resize handler

This commit is contained in:
Jonathan Daugherty 2015-05-09 10:11:58 -07:00
parent 01c2c079e7
commit 085ba506ae

View File

@ -34,9 +34,6 @@ initialState =
, stEditor = editor eName ""
}
handleResize :: Name -> DisplayRegion -> St -> St
handleResize name size st = error $ show name
app :: App St
app =
def { appDraw = drawUI