summaryrefslogtreecommitdiff
path: root/accessibility/dasher/files/patch-clang
blob: 8b06f909d995397b0145f5983982897661edeaa1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
--- Src/DasherCore/DasherViewSquare.h.orig	2009-04-27 15:05:29 UTC
+++ Src/DasherCore/DasherViewSquare.h
@@ -20,11 +20,6 @@ namespace Dasher {
   class CDasherNode;
 }
 
-class Dasher::CDasherViewSquare;
-class Dasher::CDasherModel;
-class Dasher::CDelayedDraw;
-class Dasher::CDasherNode;
-
 /// \ingroup View
 /// @{
 
--- Src/DasherCore/SettingsStore.h.orig	2009-04-27 15:05:30 UTC
+++ Src/DasherCore/SettingsStore.h
@@ -18,9 +18,6 @@ namespace Dasher {
   class CParameterNotificationEvent;
 }
 
-class Dasher::CEventHandler;
-class Dasher::CParameterNotificationEvent;
-
 // Types that are parameters can be
 enum ParameterType
 {
--- Src/DasherCore/View/DelayedDraw.h.orig	2009-04-27 15:05:30 UTC
+++ Src/DasherCore/View/DelayedDraw.h
@@ -15,8 +15,6 @@ namespace Dasher {
   class CDasherScreen;
 }
 
-class Dasher::CDasherScreen;
-
 namespace Dasher {
   /// \ingroup View
   /// @{