X-Git-Url: https://git.donarmstrong.com/?p=xournal.git;a=blobdiff_plain;f=src%2Fxo-paint.h;fp=src%2Fxo-paint.h;h=153a894173a744329bd86d7b311438ca19096389;hp=9a30df86c2001ec4b334e4c4780b834b142c0a50;hb=c33ae4cb8af712159f96db55e8229589258c45fe;hpb=56f21d1a478ea7e016355757839eec66579a3cf2 diff --git a/src/xo-paint.h b/src/xo-paint.h index 9a30df8..153a894 100644 --- a/src/xo-paint.h +++ b/src/xo-paint.h @@ -27,21 +27,6 @@ void finalize_erasure(void); void do_hand(GdkEvent *event); -void start_selectrect(GdkEvent *event); -void finalize_selectrect(void); -gboolean start_movesel(GdkEvent *event); -void start_vertspace(GdkEvent *event); -void continue_movesel(GdkEvent *event); -void finalize_movesel(void); -gboolean start_resizesel(GdkEvent *event); -void continue_resizesel(GdkEvent *event); -void finalize_resizesel(void); - -void selection_delete(void); - -void recolor_selection(int color_no, guint color_rgba); -void rethicken_selection(int val); - /* text functions */ #define DEFAULT_FONT "Sans"