summaryrefslogtreecommitdiff
path: root/dgl/src/pugl/pugl_x11.c
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2014-11-18 00:14:08 +0000
committerfalkTX <falktx@gmail.com>2014-11-18 00:14:08 +0000
commit8165b6063af7a1c8761acf9627858e7917f60fbb (patch)
tree93429e0df7edf5e685d74623b8ccdfa9417e092a /dgl/src/pugl/pugl_x11.c
parentebd3e0efad2f537e4180bf6e13dfb88b2a6b9d7a (diff)
Continue pugl update
Diffstat (limited to 'dgl/src/pugl/pugl_x11.c')
-rw-r--r--dgl/src/pugl/pugl_x11.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/dgl/src/pugl/pugl_x11.c b/dgl/src/pugl/pugl_x11.c
index 81e7db7d..1f4948ec 100644
--- a/dgl/src/pugl/pugl_x11.c
+++ b/dgl/src/pugl/pugl_x11.c
@@ -205,8 +205,6 @@ puglReshape(PuglView* view, int width, int height)
if (view->reshapeFunc) {
view->reshapeFunc(view, width, height);
- } else {
- puglDefaultReshape(view, width, height);
}
view->width = width;