]> git.saurik.com Git - wxWidgets.git/blame - src/mac/classic/data.cpp
remove unneeded code
[wxWidgets.git] / src / mac / classic / data.cpp
CommitLineData
2646f485 1/////////////////////////////////////////////////////////////////////////////
d5da0ce7 2// Name: src/mac/classic/data.cpp
2646f485
SC
3// Purpose: Various global Mac-specific data
4// Author: Stefan Csomor
5// Modified by:
6// Created: 1998-01-01
7// RCS-ID: $Id$
8// Copyright: (c) Stefan Csomor
65571936 9// Licence: wxWindows licence
2646f485
SC
10/////////////////////////////////////////////////////////////////////////////
11
d5da0ce7
WS
12#include "wx/wxprec.h"
13
14#ifndef WX_PRECOMP
15 #include "wx/event.h"
16#endif