rnd-19980906
[rocksndiamonds.git] / src / events.c
index edce9a9c4ac35ae3a8026938199847e2e3f24c10..5f85101eb06ef4b6764c38034d140e0620b771f7 100644 (file)
@@ -612,29 +612,6 @@ void HandleKey(KeySym key, int key_status)
            Delay(1000000);
          }
 
-         break;
-
-       case XK_z:
-         {
-           static int test_picture_pos = 0;
-
-           printf("test picture %d\n", test_picture_pos);
-
-           XCopyArea(display,test_pix[test_picture_pos],window,gc,
-                     0,0, 100,100,
-                     0,0);
-           /*
-           XCopyArea(display,test_clipmask[test_picture_pos],window,gc,
-                     0,0, 100,100,
-                     100,0);
-                     */
-           XFlush(display);
-           XSync(display,FALSE);
-           Delay(1000000);
-
-           test_picture_pos = (test_picture_pos + 1) % test_picture_count;
-         }
-
          break;
 #endif