joe-beuhler-patches-20031122
[openafs.git] / src / WINNT / afsd / afsd.c
index 0abd619..d5d31d1 100644 (file)
@@ -130,9 +130,8 @@ BOOL InitInstance(
        HWND hWnd;
        HDC hDC;
        TEXTMETRIC textmetric;
-       RECT rect;
        INT nLineHeight;
-        long code;
+    long code;
        char *reason;
  
        /* remember this, since it is a useful thing for some of the Windows
@@ -157,7 +156,6 @@ BOOL InitInstance(
        if (!hWnd)
                return (FALSE);
 
-
        /* lookup text dimensions */
        hDC = GetDC(hWnd);
        GetTextMetrics(hDC, &textmetric);