]> git.saurik.com Git - wxWidgets.git/blame_incremental - src/mac/classic/data.cpp
remove unneeded code
[wxWidgets.git] / src / mac / classic / data.cpp
... / ...
CommitLineData
1/////////////////////////////////////////////////////////////////////////////
2// Name: src/mac/classic/data.cpp
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
9// Licence: wxWindows licence
10/////////////////////////////////////////////////////////////////////////////
11
12#include "wx/wxprec.h"
13
14#ifndef WX_PRECOMP
15 #include "wx/event.h"
16#endif