Ethosa hace 3 años
padre
commit
9d4437953e
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/nodesnim/core/themes.nim

+ 0 - 2
src/nodesnim/core/themes.nim

@@ -62,8 +62,6 @@ proc changeTheme*(name: string) =
 macro `~`*(theme: ThemeRef, field: untyped): untyped =
   ## Alternative usage of `[]` proc.
   ##
-  runnableExamples:
-    var theme_background = current_theme~background
   let fname = $field
   result = quote do:
     `theme`[`fname`]