[gedit-plugins] Removed unused drawing module



commit 8319db1f44e73cbb9a72812b9e63a4264735ba24
Author: Jesse van den Kieboom <jesse icecrew nl>
Date:   Sun Mar 21 22:55:54 2010 +0100

    Removed unused drawing module

 plugins/commander/commander/Makefile.am |    2 -
 plugins/commander/commander/drawing.py  |   79 -------------------------------
 plugins/commander/commander/entry.py    |    1 -
 3 files changed, 0 insertions(+), 82 deletions(-)
---
diff --git a/plugins/commander/commander/Makefile.am b/plugins/commander/commander/Makefile.am
index a1532c4..c639a8a 100644
--- a/plugins/commander/commander/Makefile.am
+++ b/plugins/commander/commander/Makefile.am
@@ -5,7 +5,6 @@ SUBDIRS = commands
 plugindir = $(GEDIT_PLUGINS_LIBS_DIR)/commander
 
 plugin_PYTHON =	\
-	drawing.py \
 	entry.py \
 	history.py \
 	info.py \
@@ -14,5 +13,4 @@ plugin_PYTHON =	\
 	utils.py \
 	windowhelper.py
 
-
 -include $(top_srcdir)/git.mk
diff --git a/plugins/commander/commander/entry.py b/plugins/commander/commander/entry.py
index 7c01931..9144026 100644
--- a/plugins/commander/commander/entry.py
+++ b/plugins/commander/commander/entry.py
@@ -2,7 +2,6 @@ import gtk
 import cairo
 import glib
 import os
-import drawing
 import re
 import inspect
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]