diff options
| -rw-r--r-- | otk/otk_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/otk/otk_test.cc b/otk/otk_test.cc index ab739e65..4889d50c 100644 --- a/otk/otk_test.cc +++ b/otk/otk_test.cc @@ -64,7 +64,6 @@ int main(void) { foo.expose(e.xexpose); } else if (e.type == ConfigureNotify) { foo.configure(e.xconfigure); - label.hide(); } } } |
