chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4a8bb85
)
Removed export form
author
espen
<espen>
Sun, 14 Jan 2007 23:19:14 +0000
(23:19 +0000)
committer
espen
<espen>
Sun, 14 Jan 2007 23:19:14 +0000
(23:19 +0000)
gtk/gtkstyle.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gtk/gtkstyle.lisp
b/gtk/gtkstyle.lisp
index d95e0e242f080ff2ff851a4941cbd3f6d4e4402e..0975b0b7988d62c1bf972fe8fe7bc0f2842ae7b6 100644
(file)
--- a/
gtk/gtkstyle.lisp
+++ b/
gtk/gtkstyle.lisp
@@
-20,7
+20,7
@@
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-;; $Id: gtkstyle.lisp,v 1.
3 2005/04/23 16:48:52
espen Exp $
+;; $Id: gtkstyle.lisp,v 1.
4 2007/01/14 23:19:14
espen Exp $
(in-package "GTK")
(in-package "GTK")
@@
-229,8
+229,3
@@
(defun style-black-gc (style)
(defun style-white-gc (style)
(%style-get-gc style :white :normal))
(defun style-white-gc (style)
(%style-get-gc style :white :normal))
-
-(export
- '(style-fg style-bg style-light style-dark style-mid style-text style-base
- style-text-aa style-fg-gc style-bg-gc style-light-gc style-dark-gc
- style-mid-gc style-text-gc style-base-gc style-text-aa-gc))