소스 검색

remove dead code

cxgeorge 24 년 전
부모
커밋
c28e02caf1
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      panda/src/wdxdisplay/wdxGraphicsWindow.cxx

+ 0 - 3
panda/src/wdxdisplay/wdxGraphicsWindow.cxx

@@ -2773,9 +2773,6 @@ void wdxGraphicsWindowGroup::initWindowGroup(void) {
             wdxdisplay_cat.fatal() << "couldn't find enough devices attached to meet multi window reqmt of " << num_windows << endl;
             exit(1);
         }
-    } else {
-        DXDeviceInfo devinfo;
-        ZeroMemory(&devinfo,sizeof(devinfo));
     }
 
     for(i=0;i<num_windows;i++) {