mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
Remove apparently unnecessary friend declarations.
git-svn-id: svn://localhost/ardour2/branches/3.0@4699 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
eeae6aec34
commit
ca28b2460a
2 changed files with 5 additions and 9 deletions
|
|
@ -527,10 +527,10 @@ class Editor : public PublicEditor
|
||||||
|
|
||||||
TimeAxisView* clicked_axisview;
|
TimeAxisView* clicked_axisview;
|
||||||
RouteTimeAxisView* clicked_routeview;
|
RouteTimeAxisView* clicked_routeview;
|
||||||
/** The last RegionView that was clicked on, or 0 if the last click was not
|
/** The last RegionView that was clicked on, or 0 if the last click was not
|
||||||
* on a RegionView. This is set up by the canvas event handlers in
|
* on a RegionView. This is set up by the canvas event handlers in
|
||||||
* editor_canvas_events.cc
|
* editor_canvas_events.cc
|
||||||
*/
|
*/
|
||||||
RegionView* clicked_regionview;
|
RegionView* clicked_regionview;
|
||||||
RegionSelection latest_regionviews;
|
RegionSelection latest_regionviews;
|
||||||
uint32_t clicked_selection;
|
uint32_t clicked_selection;
|
||||||
|
|
@ -834,8 +834,6 @@ class Editor : public PublicEditor
|
||||||
void set_y_axis (double position);
|
void set_y_axis (double position);
|
||||||
};
|
};
|
||||||
|
|
||||||
friend struct Cursor; /* FIXME: needs access to several private fields */
|
|
||||||
|
|
||||||
Cursor* playhead_cursor;
|
Cursor* playhead_cursor;
|
||||||
ArdourCanvas::Group* cursor_group;
|
ArdourCanvas::Group* cursor_group;
|
||||||
|
|
||||||
|
|
@ -2135,8 +2133,6 @@ public:
|
||||||
|
|
||||||
/* "whats mine is yours" */
|
/* "whats mine is yours" */
|
||||||
|
|
||||||
friend class TimeFXDialog;
|
|
||||||
|
|
||||||
TimeFXDialog* current_timefx;
|
TimeFXDialog* current_timefx;
|
||||||
|
|
||||||
static void* timefx_thread (void *arg);
|
static void* timefx_thread (void *arg);
|
||||||
|
|
|
||||||
|
|
@ -22,13 +22,13 @@
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <list>
|
#include <list>
|
||||||
#include "editor.h"
|
|
||||||
#include "ardour_image_compositor_socket.h"
|
#include "ardour_image_compositor_socket.h"
|
||||||
|
|
||||||
class TimeAxisViewItem ;
|
class TimeAxisViewItem ;
|
||||||
class ImageFrameView ;
|
class ImageFrameView ;
|
||||||
class MarkerView ;
|
class MarkerView ;
|
||||||
class ImageFrameTimeAxisGroup ;
|
class ImageFrameTimeAxisGroup ;
|
||||||
|
class Editor ;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ImageFrameSocketHandler defines the handler between Ardour and an Image Compositor
|
* ImageFrameSocketHandler defines the handler between Ardour and an Image Compositor
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue