conditional load removed from cproject plugin.

This commit is contained in:
Sameer Rahmani 2011-01-04 22:54:41 +03:30
parent 8d46774a79
commit 7209be7dd6
1 changed files with 117 additions and 122 deletions

View File

@ -39,9 +39,6 @@
;; ----------------------------------------------------------------------
;; If user dont want the plug in so it should not loaded
(if c-plugin
(progn
;; -------------------------------------------------------------------
;; Hooks
;; -------------------------------------------------------------------
@ -177,5 +174,3 @@ This mode provide C language plugin for Kuso IDE."
)
)
)
)
)