From David Callu, warning fixes and removal of spaces at end of lines.
This commit is contained in:
@@ -12,7 +12,7 @@ Canvas::Canvas(const Canvas& canvas, const osg::CopyOp& co):
|
||||
Window(canvas, co) {
|
||||
}
|
||||
|
||||
void Canvas::_resizeImplementation(point_type w, point_type h) {
|
||||
void Canvas::_resizeImplementation(point_type /*w*/, point_type /*h*/) {
|
||||
// A Canvas has no layout, so it doesn't really know how to honor a resize
|
||||
// request. :) The best I could do here is store the differences and add them
|
||||
// later to the calls to getWidth/getHeight.
|
||||
|
||||
Reference in New Issue
Block a user