Blob Blame History Raw
diff -up easystroke-0.6.0/actions.h.unused easystroke-0.6.0/actions.h
--- easystroke-0.6.0/actions.h.unused	2019-10-18 14:03:10.237334525 -0400
+++ easystroke-0.6.0/actions.h	2019-10-18 14:03:20.983108769 -0400
@@ -25,7 +25,6 @@ class ActionListDiff;
 class TreeViewMulti : public Gtk::TreeView {
 	bool pending;
 	Gtk::TreePath path;
-	Gtk::TreeViewColumn *column;
 	virtual bool on_button_press_event(GdkEventButton* event);
 	virtual bool on_button_release_event(GdkEventButton* event);
 	virtual void on_drag_begin(const Glib::RefPtr<Gdk::DragContext> &context);
diff -up easystroke-0.6.0/handler.cc.unused easystroke-0.6.0/handler.cc
--- easystroke-0.6.0/handler.cc.unused	2019-10-18 14:03:30.927899843 -0400
+++ easystroke-0.6.0/handler.cc	2019-10-18 14:03:40.967688918 -0400
@@ -626,7 +626,6 @@ public:
 
 class ScrollHandler : public AbstractScrollHandler {
 	RModifiers mods;
-	int orig_x, orig_y;
 	bool proximity;
 public:
 	ScrollHandler(RModifiers mods_) : mods(mods_) {
diff -up easystroke-0.6.0/prefs.h.unused easystroke-0.6.0/prefs.h
--- easystroke-0.6.0/prefs.h.unused	2019-10-18 14:03:51.670464065 -0400
+++ easystroke-0.6.0/prefs.h	2019-10-18 14:04:03.526214991 -0400
@@ -79,7 +79,6 @@ private:
 	Gtk::TreeView *etv;
 	Glib::RefPtr<Gtk::ListStore> etm;
 
-	Gtk::SpinButton *spin_radius;
 	Gtk::Label* blabel;
 	Gtk::Frame *frame_tablet;
 	bool ignore_device_toggled;