summaryrefslogtreecommitdiffstats
path: root/src/event-context.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2012-05-03 02:06:15 +0000
committerJon A. Cruz <jon@joncruz.org>2012-05-03 02:06:15 +0000
commit3198928b491fb91cdd177505c051659f89aa4158 (patch)
tree8cf8b51a36ba7e865d3c41984746ae35a26c9e6a /src/event-context.cpp
parentFind dialog: better user message (diff)
downloadinkscape-3198928b491fb91cdd177505c051659f89aa4158.tar.gz
inkscape-3198928b491fb91cdd177505c051659f89aa4158.zip
Adding base configurable sizing of controls/handles.
(bzr r11316)
Diffstat (limited to 'src/event-context.cpp')
-rw-r--r--src/event-context.cpp9
1 files changed, 0 insertions, 9 deletions
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