Revision: 56284
          http://sourceforge.net/p/brlcad/code/56284
Author:   brlcad
Date:     2013-07-28 15:14:25 +0000 (Sun, 28 Jul 2013)
Log Message:
-----------
remove inactive code, hasn't been active since the original winport merge

Modified Paths:
--------------
    brlcad/trunk/src/libfb/if_wgl.c

Modified: brlcad/trunk/src/libfb/if_wgl.c
===================================================================
--- brlcad/trunk/src/libfb/if_wgl.c     2013-07-28 14:37:25 UTC (rev 56283)
+++ brlcad/trunk/src/libfb/if_wgl.c     2013-07-28 15:14:25 UTC (rev 56284)
@@ -541,16 +541,7 @@
            WGL(saveifp)->alive = 0;
            break;
        case WM_SIZE:
-           {
-               /* WIP */
-#if 0
-               if (conf->width == WGL(ifp)->win_width &&
-                   conf->height == WGL(ifp)->win_height)
-                   return;
-
-               wgl_configureWindow(ifp, conf->width, conf->height);
-#endif
-           }
+           /* WIP: unimplemented, intentional fall through */
        default:
            return DefWindowProc (hWnd, uMsg, wParam, lParam);
     }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to