- Remove useless methods from CairoElements
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@914 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
040fc4529f
commit
8965985510
|
@ -171,13 +171,3 @@ CairoElements::draw_expandable(const Rectangle& area, bool expanded)
|
|||
cairo_restore(cr);
|
||||
}
|
||||
|
||||
|
||||
Rectangle draw_thread_status(const Point& top_left_crn,
|
||||
const Thread& thread_info)
|
||||
{}
|
||||
|
||||
|
||||
Rectangle draw_process_status(const Point& top_left_crn,
|
||||
const Process& process_info)
|
||||
{}
|
||||
|
||||
|
|
|
@ -63,11 +63,6 @@ namespace sgpem
|
|||
void draw_container(const Rectangle& area);
|
||||
void draw_expandable(const Rectangle& area, bool expanded = false);
|
||||
|
||||
Rectangle draw_thread_status(const Point& top_left_crn,
|
||||
const Thread& thread_info);
|
||||
Rectangle draw_process_status(const Point& top_left_crn,
|
||||
const Process& process_info);
|
||||
|
||||
private:
|
||||
cairo_t* _ctx;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue