Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

38 lines
890 B
Plaintext

--- 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
/// @{