diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2012-04-05 20:14:44 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2012-04-05 20:14:44 +0000 |
| commit | bcd804c6c383e2964b072257da282d9a91db7d16 (patch) | |
| tree | aa9617b1045a4dda778ac86c7fc5c4ef22eef535 /src/ui/Makefile_insert | |
| parent | add test code for bug #967416 (diff) | |
| download | inkscape-bcd804c6c383e2964b072257da282d9a91db7d16.tar.gz inkscape-bcd804c6c383e2964b072257da282d9a91db7d16.zip | |
C++ify context menu:
- c++ified context-menu.cpp (and included in interface.cpp)
- removed dozens of pointer conversions (of which some were erroneous)
- fixed a memory leak
- added some null pointer checks to prevent crashes
(bzr r11160)
Diffstat (limited to 'src/ui/Makefile_insert')
| -rw-r--r-- | src/ui/Makefile_insert | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/Makefile_insert b/src/ui/Makefile_insert index eb8966d11..19ecef0fc 100644 --- a/src/ui/Makefile_insert +++ b/src/ui/Makefile_insert @@ -1,8 +1,6 @@ ## Makefile.am fragment sourced by src/Makefile.am. ink_common_sources += \ - ui/context-menu.cpp \ - ui/context-menu.h \ ui/clipboard.cpp \ ui/clipboard.h \ ui/icon-names.h \ |
