From 5f940c4e4b182f9f2185fdf09fa5be9ff4f75406 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 9 Jan 2011 14:26:21 +0000 Subject: Remove screen dimension test git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8226 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/hello.cxx | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'test') diff --git a/test/hello.cxx b/test/hello.cxx index d0daff93f..954d01eb4 100644 --- a/test/hello.cxx +++ b/test/hello.cxx @@ -30,17 +30,6 @@ #include int main(int argc, char **argv) { -#if (1) // FIXME: test screen dimensions and resolution. Remove before release ! - float ppi_h, ppi_v; - int x,y,w,h; - int n = Fl::screen_count(); - for (int i=0; ibox(FL_UP_BOX); -- cgit v1.2.3