]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Got rid of outdated defines.
authorJack Jansen <jack.jansen@cwi.nl>
Sat, 14 Dec 2002 00:05:00 +0000 (00:05 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sat, 14 Dec 2002 00:05:00 +0000 (00:05 +0000)
Mac/Include/pythonresources.h

index 8dfe9ad4e6465c9288af79c5addb471aa1ccec5d..534d9ea3d8169ffdb6d1e8568f34cdb8a44b92fa 100644 (file)
@@ -49,21 +49,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 #define BASE_ID 228
 
-/* The alert for "No Python directory, where is it?" (OBSOLETE) */
-#define NOPYTHON_ALERT BASE_ID+0
-#define YES_ITEM               1
-#define NO_ITEM                        2
-#define CURWD_ITEM             3
-
 /* The alert for "this is an applet template" */
 #define NOPYC_ALERT            BASE_ID+1
 
-/* The dialog for our GetDirectory and PromptGetFile call */
-#define GETDIR_ID              BASE_ID+2               /* Resource ID for our "get directory" */
-#define GETFILEPROMPT_ID BASE_ID+4             /* Resource id for prompted get file */
-#define PROMPT_ITEM            10                              /* The prompt, at the top */
-#define SELECTCUR_ITEM 11                              /* "Select current directory" button */
-
 
 /* The dialog for interactive options */
 #define OPT_DIALOG             BASE_ID+3               /* Resource ID for dialog */