Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 3, 2013
1 parent 1fa6da9 commit a06a266
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions doomsday/client/include/ui/canvas.h
Expand Up @@ -68,15 +68,6 @@ class Canvas : public QGLWidget
*/
void setInitFunc(void (*canvasInitializeFunc)(Canvas&));

/**
* Sets a callback function that is responsible for drawing the canvas
* contents when it gets painted. Setting a @c NULL callback will cause the
* canvas to be filled with black.
*
* @param canvasDrawFunc Callback.
*/
//void setDrawFunc(void (*canvasDrawFunc)(Canvas&));

/**
* Sets the callback function that is called when the window's focus state changes.
* The callback is given @c true or @c false as argument, with
Expand Down

0 comments on commit a06a266

Please sign in to comment.