From 3198928b491fb91cdd177505c051659f89aa4158 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Wed, 2 May 2012 19:06:15 -0700 Subject: Adding base configurable sizing of controls/handles. (bzr r11316) --- src/event-context.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/event-context.cpp') diff --git a/src/event-context.cpp b/src/event-context.cpp index db7b29640..c4bbc16fd 100644 --- a/src/event-context.cpp +++ b/src/event-context.cpp @@ -14,15 +14,6 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -/** \class SPEventContext - * SPEventContext is an abstract base class of all tools. As the name - * indicates, event context implementations process UI events (mouse - * movements and keypresses) and take actions (like creating or modifying - * objects). There is one event context implementation for each tool, - * plus few abstract base classes. Writing a new tool involves - * subclassing SPEventContext. - */ - #ifdef HAVE_CONFIG_H # include "config.h" #endif -- cgit v1.2.3