Oops, removed version_HG extensions that belongs to other packages! stx-8.0.0
authorJan Vrany <jan.vrany@fit.cvut.cz>
Thu, 05 May 2016 09:06:26 +0200
changeset 82 258ecb13cecd
parent 81 094b29cf4c2c
child 83 eca023115c4a
Oops, removed version_HG extensions that belongs to other packages!
extensions.st
stx_goodies_libcairo.st
--- a/extensions.st	Tue Apr 26 07:16:51 2016 +0100
+++ b/extensions.st	Thu May 05 09:06:26 2016 +0200
@@ -82,13 +82,6 @@
     "Modified (comment): / 08-03-2016 / 14:13:15 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-!Depth1Image class methodsFor:'documentation'!
-
-version_HG
-
-    ^ '$Changeset: <not expanded> $'
-! !
-
 !DeviceGraphicsContext methodsFor:'accessing'!
 
 cairo
@@ -432,18 +425,6 @@
     "Modified: / 12-02-2016 / 16:38:58 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-!stx_libbasic class methodsFor:'documentation'!
-
-version_HG
-    ^ '$Changeset: <not expanded> $'
-! !
-
-!stx_libview2 class methodsFor:'documentation'!
-
-version_HG
-    ^ '$Changeset: <not expanded> $'
-! !
-
 !stx_goodies_libcairo class methodsFor:'documentation'!
 
 extensionsVersion_HG
--- a/stx_goodies_libcairo.st	Tue Apr 26 07:16:51 2016 +0100
+++ b/stx_goodies_libcairo.st	Thu May 05 09:06:26 2016 +0200
@@ -239,14 +239,11 @@
         GraphicsMedium cairoify
         SimpleView cairoify
         SimpleView cairoSurface
-        'stx_libbasic class' #'version_HG'
-        'stx_libview2 class' #'version_HG'
         Depth1Image bitsA1
         Depth1Image bitsA1Into:
         Depth1Image bitsA1Into:startingAt:
         Depth1Image bitsA1Into:startingAt:stride:
         Image asSurfaceWithFormat:similarTo:
-        'Depth1Image class' #'version_HG'
     )
 ! !