comparison dw.h @ 765:acbc44e6e11a

Removed some now unnecessary code.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 18 Mar 2011 02:29:31 +0000
parents 2cace4e6e69a
children 7a236fdcf4ba
comparison
equal deleted inserted replaced
764:f25ed69adb47 765:acbc44e6e11a
693 WNDPROC pOldProc; 693 WNDPROC pOldProc;
694 #endif 694 #endif
695 #if defined(__OS2__) || defined(__EMX__) 695 #if defined(__OS2__) || defined(__EMX__)
696 PFNWP pOldProc; 696 PFNWP pOldProc;
697 UserData *root; 697 UserData *root;
698 #endif
699 unsigned long id; 698 unsigned long id;
700 char bubbletext[BUBBLE_HELP_MAX]; 699 char bubbletext[BUBBLE_HELP_MAX];
700 #endif
701 } BubbleButton; 701 } BubbleButton;
702 702
703 #elif defined(__PHOTON__) 703 #elif defined(__PHOTON__)
704 #include <stdio.h> 704 #include <stdio.h>
705 #include <stdlib.h> 705 #include <stdlib.h>