Nuke #pragma implementation/interface's
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -12,10 +12,6 @@
|
||||
#ifndef _OGL_BASIC_H_
|
||||
#define _OGL_BASIC_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "basic.h"
|
||||
#endif
|
||||
|
||||
#ifndef wxUSE_DEPRECATED
|
||||
#define wxUSE_DEPRECATED 0
|
||||
#endif
|
||||
|
@@ -12,11 +12,6 @@
|
||||
#ifndef _OGL_BASICP_H_
|
||||
#define _OGL_BASICP_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "basicp.h"
|
||||
#endif
|
||||
|
||||
|
||||
#define CONTROL_POINT_SIZE 6
|
||||
|
||||
class WXDLLIMPEXP_OGL wxShapeTextLine: public wxObject
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _OGL_BITMAP_H_
|
||||
#define _OGL_BITMAP_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "bmpshape.h"
|
||||
#endif
|
||||
|
||||
|
||||
class WXDLLIMPEXP_OGL wxBitmapShape: public wxRectangleShape
|
||||
{
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _OGL_CANVAS_H_
|
||||
#define _OGL_CANVAS_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "canvas.h"
|
||||
#endif
|
||||
|
||||
|
||||
// Drag states
|
||||
#define NoDragging 0
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _OGL_COMPOSIT_H_
|
||||
#define _OGL_COMPOSIT_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "composit.h"
|
||||
#endif
|
||||
|
||||
|
||||
class WXDLLIMPEXP_OGL wxDivisionShape;
|
||||
class WXDLLIMPEXP_OGL wxOGLConstraint;
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _OGL_CONSTRNT_H_
|
||||
#define _OGL_CONSTRNT_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "constrnt.h"
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* OGL Constraints
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _OGL_DIVIDED_H_
|
||||
#define _OGL_DIVIDED_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "divided.h"
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Definition of a region
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _OGL_DRAWN_H_
|
||||
#define _OGL_DRAWN_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "drawn.h"
|
||||
#endif
|
||||
|
||||
|
||||
#define oglMETAFLAGS_OUTLINE 1
|
||||
#define oglMETAFLAGS_ATTACHMENTS 2
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _OGL_DRAWNP_H_
|
||||
#define _OGL_DRAWNP_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "drawnp.h"
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Drawing operations
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _OGL_LINES_H_
|
||||
#define _OGL_LINES_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "lines.h"
|
||||
#endif
|
||||
|
||||
|
||||
class WXDLLIMPEXP_OGL wxLabelShape;
|
||||
class WXDLLIMPEXP_OGL wxPseudoMetaFile;
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _OGL_LINESP_H_
|
||||
#define _OGL_LINESP_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "linesp.h"
|
||||
#endif
|
||||
|
||||
|
||||
class WXDLLIMPEXP_OGL wxLineShape;
|
||||
class WXDLLIMPEXP_OGL wxLineControlPoint: public wxControlPoint
|
||||
|
@@ -13,10 +13,6 @@
|
||||
#ifndef _MFUTILS_H_
|
||||
#define _MFUTILS_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "mfutils.h"
|
||||
#endif
|
||||
|
||||
|
||||
#include <wx/metafile.h>
|
||||
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _OGL_MISC_H_
|
||||
#define _OGL_MISC_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "misc.h"
|
||||
#endif
|
||||
|
||||
|
||||
// List to use when copying objects; may need to associate elements of new objects
|
||||
// with elements of old objects, e.g. when copying constraint.s
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _OGL_OGLDIAG_H_
|
||||
#define _OGL_OGLDIAG_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "ogldiag.h"
|
||||
#endif
|
||||
|
||||
#include "wx/ogl/basic.h"
|
||||
|
||||
#if wxUSE_PROLOGIO
|
||||
|
Reference in New Issue
Block a user