diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-12-14 00:05:00 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-12-14 00:05:00 (GMT) |
commit | 3c05c1f01e43e65705f5ff1ba8bce552c69321df (patch) | |
tree | 1dc9db6f8f72582f6c36dece0807a987604c2e08 /Mac | |
parent | 9c17b11a67c1cc3e00caf090015260bf1d4f0935 (diff) | |
download | cpython-3c05c1f01e43e65705f5ff1ba8bce552c69321df.zip cpython-3c05c1f01e43e65705f5ff1ba8bce552c69321df.tar.gz cpython-3c05c1f01e43e65705f5ff1ba8bce552c69321df.tar.bz2 |
Got rid of outdated defines.
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Include/pythonresources.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Mac/Include/pythonresources.h b/Mac/Include/pythonresources.h index 8dfe9ad..534d9ea 100644 --- a/Mac/Include/pythonresources.h +++ b/Mac/Include/pythonresources.h @@ -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 */ |